Html Css Color HEX #CB5E16 Chocolate

📋 copy color: '#CB5E16'

red 203 ◦ green 94 ◦ blue 22

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

Shades of Chocolate #CB5E16

Tints of Chocolate #CB5E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.47%

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

R = 63.64%
G = 29.47%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB5E16 (or 0xCB5E16) is known color: Chocolate. HEX triplet: CB, 5E and 16. RGB value is (203,94,22). Sum of RGB (Red+Green+Blue) = 203+94+22=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E16 is #34A1E9. Grayscale: #767676. Windows color (decimal): -3449322 or 1466059. OLE color: 1466059.

HSL color Cylindrical-coordinate representation of color #CB5E16: hue angle of 23.87º 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 #CB5E16 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 22 -
CMYK 0 0.54 0.89 0.20
HSL 23.87º 0.8% 0.44% -
HSV(B) 23.87º 0.89% 0.8% -
XYZ 28.78 20.76 3.25 -
YUV 118.38 73.61 188.35 -
System Red Green Blue C M Y K H S L
Decimal 203 94 22 0 0.54 0.89 0.20 23.87 0.8 0.44
Hex CB 5E 16 0 36 59 14 18 50 2C
Octal 313 136 26 0 66 131 24 30 120 54
Binary 11001011 1011110 10110 0 110110 1011001 10100 11000 1010000 101100

Color Harmonies of #CB5E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E16

Black with #CB5E16

Text Example


Text Example

White with #CB5E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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