Html Css Color HEX #CB6420 Chocolate

📋 copy color: '#CB6420'

red 203 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #CB6420

Tints of Chocolate #CB6420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 60.6%
G = 29.85%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB6420 (or 0xCB6420) is known color: Chocolate. HEX triplet: CB, 64 and 20. RGB value is (203,100,32). Sum of RGB (Red+Green+Blue) = 203+100+32=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6420 is #349BDF. Grayscale: #7B7B7B. Windows color (decimal): -3447776 or 2122955. OLE color: 2122955.

HSL color Cylindrical-coordinate representation of color #CB6420: hue angle of 23.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB6420 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 32 -
CMYK 0 0.51 0.84 0.20
HSL 23.86º 0.73% 0.46% -
HSV(B) 23.86º 0.84% 0.8% -
XYZ 29.45 21.92 4.04 -
YUV 123.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 203 100 32 0 0.51 0.84 0.20 23.86 0.73 0.46
Hex CB 64 20 0 33 54 14 18 49 2E
Octal 313 144 40 0 63 124 24 30 111 56
Binary 11001011 1100100 100000 0 110011 1010100 10100 11000 1001001 101110

Color Harmonies of #CB6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6420

Black with #CB6420

Text Example


Text Example

White with #CB6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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