Html Css Color HEX #CB5E14 Chocolate

📋 copy color: '#CB5E14'

red 203 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #CB5E14

Tints of Chocolate #CB5E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 64.04%
G = 29.65%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB5E14 (or 0xCB5E14) is known color: Chocolate. HEX triplet: CB, 5E and 14. RGB value is (203,94,20). Sum of RGB (Red+Green+Blue) = 203+94+20=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E14 is #34A1EB. Grayscale: #767676. Windows color (decimal): -3449324 or 1334987. OLE color: 1334987.

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

Color convert

RGB 203 94 20 -
CMYK 0 0.54 0.90 0.20
HSL 24.26º 0.82% 0.44% -
HSV(B) 24.26º 0.9% 0.8% -
XYZ 28.76 20.75 3.15 -
YUV 118.16 72.61 188.52 -
System Red Green Blue C M Y K H S L
Decimal 203 94 20 0 0.54 0.90 0.20 24.26 0.82 0.44
Hex CB 5E 14 0 36 5A 14 18 52 2C
Octal 313 136 24 0 66 132 24 30 122 54
Binary 11001011 1011110 10100 0 110110 1011010 10100 11000 1010010 101100

Color Harmonies of #CB5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E14

Black with #CB5E14

Text Example


Text Example

White with #CB5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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