Color Hex Logo

#c28639 Color Hex

#C28639
(194,134,57)
0 Favorites   0 Comments

Color spaces of #c28639

RGB 19413457
HSL0.090.550.49
HSV34°71°76°
CMYK 0.000.310.71   0.24
XYZ31.511828.81497.7719
Yxy28.81490.46270.4231
Hunter Lab53.679510.846828.9915
CIE-Lab60.617915.807849.1366

#c28639 color RGB value is (194,134,57).

#c28639 hex color red value is 194, green value is 134 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c28639 hue: 0.09 , saturation: 0.55 and the lightness value of c28639 is 0.49.

The process color (four color CMYK) of #c28639 color hex is 0.00, 0.31, 0.71, 0.24. Web safe color of #c28639 is #cc9933. Color #c28639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 00111001
Octal 302 206 71
Decimal 194 134 57
Hex C2 86 39

RGB Percentages of Color #c28639

%50.39
%34.81
%14.81

CMYK Percentages of Color #c28639

%0
%31
%71
%24

Triadic Colors of #c28639

#c28639 #39c286 #8639c2

Analogous Colors of #c28639

#c28639 #bac239 #c24239

Monochromatic Colors of #c28639

#c28639

Complementary Color

#c28639 #3975c2

#c28639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28639 Color CSS Codes

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

#c28639 Text Font Color

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

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


#c28639 Background Color

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

This div background color is #c28639


#c28639 Border Color

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

This div border color is #c28639


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,134,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c28639; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c28639;
  -webkit-box-shadow: 1px 1px 3px 2px #c28639;
  box-shadow:         1px 1px 3px 2px #c28639; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,134,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28639


Comments

No comments written yet.

Please login to write comment.