Html Css Color HEX #CB5620 Chocolate

📋 copy color: '#CB5620'

red 203 ◦ green 86 ◦ blue 32

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

Shades of Chocolate #CB5620

Tints of Chocolate #CB5620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

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

R = 63.24%
G = 26.79%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB5620 (or 0xCB5620) is known color: Chocolate. HEX triplet: CB, 56 and 20. RGB value is (203,86,32). Sum of RGB (Red+Green+Blue) = 203+86+32=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5620 is #34A9DF. Grayscale: #737373. Windows color (decimal): -3451360 or 2119371. OLE color: 2119371.

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

Color convert

RGB 203 86 32 -
CMYK 0 0.58 0.84 0.20
HSL 18.95º 0.73% 0.46% -
HSV(B) 18.95º 0.84% 0.8% -
XYZ 28.22 19.46 3.63 -
YUV 114.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 203 86 32 0 0.58 0.84 0.20 18.95 0.73 0.46
Hex CB 56 20 0 3A 54 14 13 49 2E
Octal 313 126 40 0 72 124 24 23 111 56
Binary 11001011 1010110 100000 0 111010 1010100 10100 10011 1001001 101110

Color Harmonies of #CB5620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5620

Black with #CB5620

Text Example


Text Example

White with #CB5620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5620; }

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

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

background-color css

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

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

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

border-color css

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

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

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