Html Css Color HEX #CB5921 Chocolate

📋 copy color: '#CB5921'

red 203 ◦ green 89 ◦ blue 33

#CB5921
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CB5921

Tints of Chocolate #CB5921

RGB

 RED value IS 203 (79.69% from 255) = 62.46%

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 62.46%
G = 27.38%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB5921 (or 0xCB5921) is known color: Chocolate. HEX triplet: CB, 59 and 21. RGB value is (203,89,33). Sum of RGB (Red+Green+Blue) = 203+89+33=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5921 is #34A6DE. Grayscale: #757575. Windows color (decimal): -3450591 or 2185675. OLE color: 2185675.

HSL color Cylindrical-coordinate representation of color #CB5921: hue angle of 19.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB5921 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 33 -
CMYK 0 0.56 0.84 0.20
HSL 19.76º 0.72% 0.46% -
HSV(B) 19.76º 0.84% 0.8% -
XYZ 28.48 19.95 3.79 -
YUV 116.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 203 89 33 0 0.56 0.84 0.20 19.76 0.72 0.46
Hex CB 59 21 0 38 54 14 14 48 2E
Octal 313 131 41 0 70 124 24 24 110 56
Binary 11001011 1011001 100001 0 111000 1010100 10100 10100 1001000 101110

Color Harmonies of #CB5921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5921

Black with #CB5921

Text Example


Text Example

White with #CB5921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5921; }

 p { color: rgb(203,89,33); }

 H1.HeaderClassName
 {
   color: #CB5921;
 }
 .AnyTagClassName
 {
   color: #CB5921;
 }
</style>

background-color css

<style>
 a { background-color: #CB5921; }

 a { background-color: rgb(203,89,33); }

 div.DivClassName
 {
   background-color: #CB5921;
 }
 .BgClassName
 {
   background-color: #CB5921;
 }
</style>

border-color css

<style>
 span { border-color: #CB5921; }

 span { border-color: rgb(203,89,33); }

 td.TdClassName
 {
   border-color: #CB5921;
 }
 .TagClassName
 {
   border-color: #CB5921;
 }
</style>