Color Hex Logo

#cb852d Color Hex

#CB852D
(203,133,45)
0 Favorites   0 Comments

Color spaces of #cb852d

RGB 20313345
HSL0.090.640.49
HSV33°78°80°
CMYK 0.000.340.78   0.20
XYZ33.489829.66106.4427
Yxy29.66100.48120.4262
Hunter Lab54.461914.455131.1095
CIE-Lab61.360619.700855.4454

#cb852d color RGB value is (203,133,45).

#cb852d hex color red value is 203, green value is 133 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cb852d hue: 0.09 , saturation: 0.64 and the lightness value of cb852d is 0.49.

The process color (four color CMYK) of #cb852d color hex is 0.00, 0.34, 0.78, 0.20. Web safe color of #cb852d is #cc9933. Color #cb852d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000101 00101101
Octal 313 205 55
Decimal 203 133 45
Hex CB 85 2D

RGB Percentages of Color #cb852d

%53.28
%34.91
%11.81

CMYK Percentages of Color #cb852d

%0
%34
%78
%20

Triadic Colors of #cb852d

#cb852d #2dcb85 #852dcb

Analogous Colors of #cb852d

#cb852d #c2cb2d #cb362d

Monochromatic Colors of #cb852d

#cb852d

Complementary Color

#cb852d #2d73cb

#cb852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb852d Color CSS Codes

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

#cb852d Text Font Color

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

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


#cb852d Background Color

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

This div background color is #cb852d


#cb852d Border Color

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

This div border color is #cb852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb852d


Comments

No comments written yet.

Please login to write comment.