Color Hex Logo

#c28835 Color Hex

#C28835
(194,136,53)
0 Favorites   0 Comments

Color spaces of #c28835

RGB 19413653
HSL0.100.570.48
HSV35°73°76°
CMYK 0.000.300.73   0.24
XYZ31.694929.33477.3598
Yxy29.33470.46340.4289
Hunter Lab54.16159.674229.8564
CIE-Lab61.075914.502851.4193

#c28835 color RGB value is (194,136,53).

#c28835 hex color red value is 194, green value is 136 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #c28835 hue: 0.10 , saturation: 0.57 and the lightness value of c28835 is 0.48.

The process color (four color CMYK) of #c28835 color hex is 0.00, 0.30, 0.73, 0.24. Web safe color of #c28835 is #cc9933. Color #c28835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 00110101
Octal 302 210 65
Decimal 194 136 53
Hex C2 88 35

RGB Percentages of Color #c28835

%50.65
%35.51
%13.84

CMYK Percentages of Color #c28835

%0
%30
%73
%24

Triadic Colors of #c28835

#c28835 #35c288 #8835c2

Analogous Colors of #c28835

#c28835 #b6c235 #c24235

Monochromatic Colors of #c28835

#c28835

Complementary Color

#c28835 #356fc2

#c28835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28835 Color CSS Codes

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

#c28835 Text Font Color

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

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


#c28835 Background Color

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

This div background color is #c28835


#c28835 Border Color

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

This div border color is #c28835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28835


Comments

No comments written yet.

Please login to write comment.