Color Hex Logo

#c7851f Color Hex

#C7851F
(199,133,31)
0 Favorites   0 Comments

Color spaces of #c7851f

RGB 19913331
HSL0.100.730.45
HSV36°84°78°
CMYK 0.000.330.84   0.22
XYZ32.188029.01615.2005
Yxy29.01610.48470.4370
Hunter Lab53.866612.396231.9825
CIE-Lab60.795817.498859.8420

#c7851f color RGB value is (199,133,31).

#c7851f hex color red value is 199, green value is 133 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c7851f hue: 0.10 , saturation: 0.73 and the lightness value of c7851f is 0.45.

The process color (four color CMYK) of #c7851f color hex is 0.00, 0.33, 0.84, 0.22. Web safe color of #c7851f is #cc9933. Color #c7851f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000101 00011111
Octal 307 205 37
Decimal 199 133 31
Hex C7 85 1F

RGB Percentages of Color #c7851f

%54.82
%36.64
%8.54

CMYK Percentages of Color #c7851f

%0
%33
%84
%22

Triadic Colors of #c7851f

#c7851f #1fc785 #851fc7

Analogous Colors of #c7851f

#c7851f #b5c71f #c7311f

Monochromatic Colors of #c7851f

#c7851f

Complementary Color

#c7851f #1f61c7

#c7851f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7851f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7851f Color CSS Codes

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

#c7851f Text Font Color

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

This sample text font color is #c7851f
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.


#c7851f Background Color

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

This div background color is #c7851f


#c7851f Border Color

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

This div border color is #c7851f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,133,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7851f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7851f;
  -webkit-box-shadow: 1px 1px 3px 2px #c7851f;
  box-shadow:         1px 1px 3px 2px #c7851f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,133,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7851f


Comments

No comments written yet.

Please login to write comment.