Html Css Color HEX #CB5E11 Chocolate

📋 copy color: '#CB5E11'

red 203 ◦ green 94 ◦ blue 17

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

Shades of Chocolate #CB5E11

Tints of Chocolate #CB5E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 64.65%
G = 29.94%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5E11 (or 0xCB5E11) is known color: Chocolate. HEX triplet: CB, 5E and 11. RGB value is (203,94,17). Sum of RGB (Red+Green+Blue) = 203+94+17=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E11 is #34A1EE. Grayscale: #767676. Windows color (decimal): -3449327 or 1138379. OLE color: 1138379.

HSL color Cylindrical-coordinate representation of color #CB5E11: hue angle of 24.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB5E11 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 94 17 -
CMYK 0 0.54 0.92 0.20
HSL 24.84º 0.85% 0.43% -
HSV(B) 24.84º 0.92% 0.8% -
XYZ 28.73 20.74 3.02 -
YUV 117.81 71.11 188.76 -
System Red Green Blue C M Y K H S L
Decimal 203 94 17 0 0.54 0.92 0.20 24.84 0.85 0.43
Hex CB 5E 11 0 36 5C 14 19 55 2B
Octal 313 136 21 0 66 134 24 31 125 53
Binary 11001011 1011110 10001 0 110110 1011100 10100 11001 1010101 101011

Color Harmonies of #CB5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E11

Black with #CB5E11

Text Example


Text Example

White with #CB5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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