Html Css Color HEX #CB6820 Chocolate

📋 copy color: '#CB6820'

red 203 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #CB6820

Tints of Chocolate #CB6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

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

R = 59.88%
G = 30.68%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB6820 (or 0xCB6820) is known color: Chocolate. HEX triplet: CB, 68 and 20. RGB value is (203,104,32). Sum of RGB (Red+Green+Blue) = 203+104+32=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6820 is #3497DF. Grayscale: #7D7D7D. Windows color (decimal): -3446752 or 2123979. OLE color: 2123979.

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

Color convert

RGB 203 104 32 -
CMYK 0 0.49 0.84 0.20
HSL 25.26º 0.73% 0.46% -
HSV(B) 25.26º 0.84% 0.8% -
XYZ 29.84 22.7 4.18 -
YUV 125.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 203 104 32 0 0.49 0.84 0.20 25.26 0.73 0.46
Hex CB 68 20 0 31 54 14 19 49 2E
Octal 313 150 40 0 61 124 24 31 111 56
Binary 11001011 1101000 100000 0 110001 1010100 10100 11001 1001001 101110

Color Harmonies of #CB6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6820

Black with #CB6820

Text Example


Text Example

White with #CB6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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