Html Css Color HEX #CB5916 Chocolate

📋 copy color: '#CB5916'

red 203 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #CB5916

Tints of Chocolate #CB5916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 64.65%
G = 28.34%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB5916 (or 0xCB5916) is known color: Chocolate. HEX triplet: CB, 59 and 16. RGB value is (203,89,22). Sum of RGB (Red+Green+Blue) = 203+89+22=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5916 is #34A6E9. Grayscale: #737373. Windows color (decimal): -3450602 or 1464779. OLE color: 1464779.

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

Color convert

RGB 203 89 22 -
CMYK 0 0.56 0.89 0.20
HSL 22.21º 0.8% 0.44% -
HSV(B) 22.21º 0.89% 0.8% -
XYZ 28.35 19.9 3.11 -
YUV 115.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 203 89 22 0 0.56 0.89 0.20 22.21 0.8 0.44
Hex CB 59 16 0 38 59 14 16 50 2C
Octal 313 131 26 0 70 131 24 26 120 54
Binary 11001011 1011001 10110 0 111000 1011001 10100 10110 1010000 101100

Color Harmonies of #CB5916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5916

Black with #CB5916

Text Example


Text Example

White with #CB5916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5916; }

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

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

background-color css

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

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

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

border-color css

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

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

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