#CB561E

Color #CB561E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CB561E

Tints of Chocolate #CB561E

Color information

#CB561E (or 0xCB561E) is unknown color: approx Chocolate. HEX triplet: CB, 56 and 1E. RGB value is (203,86,30). Sum of RGB (Red+Green+Blue) = 203+86+30=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB561E is #34A9E1. Grayscale: #727272. Windows color (decimal): -3451362 or 1988299. OLE color: 1988299.

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

Color convert

RGB2038630-
CMYK00.580.850.20
HSL19.42º74.25%45.69%-
HSV(B)19.42º85.22%79.61%-
XYZ28.1919.453.5-
YUV114.680.26191.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 63.64%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 30 (12.11% from 255) = 9.40%
R=63.64%
G=26.96%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203863000.580.850.2019.4274.2545.69
HexCB561E03A5514134a2e
Octal31312636072125242311256
Binary110010111010110111100111010101010110100100111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB561E; }

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

 H1.HeaderClassName
 {
   color: #CB561E;
 }
 .AnyTagClassName
 {
   color: #CB561E;
 }
</style>
background-color css

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

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

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

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

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

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