Html Css Color HEX #CB5E24 Chocolate

📋 copy color: '#CB5E24'

red 203 ◦ green 94 ◦ blue 36

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

Shades of Chocolate #CB5E24

Tints of Chocolate #CB5E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 60.96%
G = 28.23%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB5E24 (or 0xCB5E24) is known color: Chocolate. HEX triplet: CB, 5E and 24. RGB value is (203,94,36). Sum of RGB (Red+Green+Blue) = 203+94+36=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E24 is #34A1DB. Grayscale: #787878. Windows color (decimal): -3449308 or 2383563. OLE color: 2383563.

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

Color convert

RGB 203 94 36 -
CMYK 0 0.54 0.82 0.20
HSL 20.84º 0.7% 0.47% -
HSV(B) 20.84º 0.82% 0.8% -
XYZ 28.95 20.83 4.16 -
YUV 119.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 203 94 36 0 0.54 0.82 0.20 20.84 0.7 0.47
Hex CB 5E 24 0 36 52 14 15 46 2F
Octal 313 136 44 0 66 122 24 25 106 57
Binary 11001011 1011110 100100 0 110110 1010010 10100 10101 1000110 101111

Color Harmonies of #CB5E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E24

Black with #CB5E24

Text Example


Text Example

White with #CB5E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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