Html Css Color HEX #CB6424 Chocolate

📋 copy color: '#CB6424'

red 203 ◦ green 100 ◦ blue 36

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

Shades of Chocolate #CB6424

Tints of Chocolate #CB6424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 59.88%
G = 29.5%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6424 (or 0xCB6424) is known color: Chocolate. HEX triplet: CB, 64 and 24. RGB value is (203,100,36). Sum of RGB (Red+Green+Blue) = 203+100+36=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6424 is #349BDB. Grayscale: #7B7B7B. Windows color (decimal): -3447772 or 2385099. OLE color: 2385099.

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

Color convert

RGB 203 100 36 -
CMYK 0 0.51 0.82 0.20
HSL 22.99º 0.7% 0.47% -
HSV(B) 22.99º 0.82% 0.8% -
XYZ 29.5 21.94 4.35 -
YUV 123.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 203 100 36 0 0.51 0.82 0.20 22.99 0.7 0.47
Hex CB 64 24 0 33 52 14 17 46 2F
Octal 313 144 44 0 63 122 24 27 106 57
Binary 11001011 1100100 100100 0 110011 1010010 10100 10111 1000110 101111

Color Harmonies of #CB6424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6424

Black with #CB6424

Text Example


Text Example

White with #CB6424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6424; }

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

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

background-color css

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

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

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

border-color css

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

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

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