Html Css Color HEX #CB5914 Chocolate

📋 copy color: '#CB5914'

red 203 ◦ green 89 ◦ blue 20

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

Shades of Chocolate #CB5914

Tints of Chocolate #CB5914

RGB

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

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

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

R = 65.06%
G = 28.53%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB5914 (or 0xCB5914) is known color: Chocolate. HEX triplet: CB, 59 and 14. RGB value is (203,89,20). Sum of RGB (Red+Green+Blue) = 203+89+20=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5914 is #34A6EB. Grayscale: #737373. Windows color (decimal): -3450604 or 1333707. OLE color: 1333707.

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

Color convert

RGB 203 89 20 -
CMYK 0 0.56 0.90 0.20
HSL 22.62º 0.82% 0.44% -
HSV(B) 22.62º 0.9% 0.8% -
XYZ 28.33 19.89 3.01 -
YUV 115.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 203 89 20 0 0.56 0.90 0.20 22.62 0.82 0.44
Hex CB 59 14 0 38 5A 14 17 52 2C
Octal 313 131 24 0 70 132 24 27 122 54
Binary 11001011 1011001 10100 0 111000 1011010 10100 10111 1010010 101100

Color Harmonies of #CB5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5914

Black with #CB5914

Text Example


Text Example

White with #CB5914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5914; }

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

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

background-color css

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

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

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

border-color css

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

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

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