Color Hex Logo

#c0831d Color Hex

#C0831D
(192,131,29)
0 Favorites   0 Comments

Color spaces of #c0831d

RGB 19213129
HSL0.100.740.43
HSV38°85°75°
CMYK 0.000.320.85   0.25
XYZ30.076327.52784.8906
Yxy27.52780.48130.4405
Hunter Lab52.466910.506731.2003
CIE-Lab59.459715.463459.0093

#c0831d color RGB value is (192,131,29).

#c0831d hex color red value is 192, green value is 131 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c0831d hue: 0.10 , saturation: 0.74 and the lightness value of c0831d is 0.43.

The process color (four color CMYK) of #c0831d color hex is 0.00, 0.32, 0.85, 0.25. Web safe color of #c0831d is #cc9933. Color #c0831d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000011 00011101
Octal 300 203 35
Decimal 192 131 29
Hex C0 83 1D

RGB Percentages of Color #c0831d

%54.55
%37.22
%8.24

CMYK Percentages of Color #c0831d

%0
%32
%85
%25

Triadic Colors of #c0831d

#c0831d #1dc083 #831dc0

Analogous Colors of #c0831d

#c0831d #acc01d #c0321d

Monochromatic Colors of #c0831d

#c0831d

Complementary Color

#c0831d #1d5ac0

#c0831d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0831d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0831d Color CSS Codes

.mybgcolor {background-color:#c0831d; } 
.myforecolor {color:#c0831d; }
.mybordercolor {border:3px solid #c0831d; }

#c0831d Text Font Color

<p style="color:#c0831d">Text here</p>

This sample text font color is #c0831d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c0831d Background Color

<div style="background-color:#c0831d">
Div content here</div>

This div background color is #c0831d


#c0831d Border Color

<div style="border:3px solid #c0831d">
Div here</div>

This div border color is #c0831d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,131,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0831d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0831d;
  -webkit-box-shadow: 1px 1px 3px 2px #c0831d;
  box-shadow:         1px 1px 3px 2px #c0831d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,131,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c0831d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c0831d;
  -webkit-box-shadow: 1px 1px 3px 2px #c0831d;
  box-shadow:         1px 1px 3px 2px #c0831d;">
Div content here</div>

This div box has shadow with color #c0831d


Comments

No comments written yet.

Please login to write comment.