Html Css Color HEX #CB5820 Chocolate

📋 copy color: '#CB5820'

red 203 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #CB5820

Tints of Chocolate #CB5820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 62.85%
G = 27.24%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB5820 (or 0xCB5820) is known color: Chocolate. HEX triplet: CB, 58 and 20. RGB value is (203,88,32). Sum of RGB (Red+Green+Blue) = 203+88+32=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5820 is #34A7DF. Grayscale: #747474. Windows color (decimal): -3450848 or 2119883. OLE color: 2119883.

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

Color convert

RGB 203 88 32 -
CMYK 0 0.57 0.84 0.20
HSL 19.65º 0.73% 0.46% -
HSV(B) 19.65º 0.84% 0.8% -
XYZ 28.38 19.78 3.69 -
YUV 116 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 203 88 32 0 0.57 0.84 0.20 19.65 0.73 0.46
Hex CB 58 20 0 39 54 14 14 49 2E
Octal 313 130 40 0 71 124 24 24 111 56
Binary 11001011 1011000 100000 0 111001 1010100 10100 10100 1001001 101110

Color Harmonies of #CB5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5820

Black with #CB5820

Text Example


Text Example

White with #CB5820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5820; }

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

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

background-color css

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

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

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

border-color css

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

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

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