#563011

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

Shades of Baker's Chocolate #563011

Tints of Baker's Chocolate #563011

Color information

#563011 (or 0x563011) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 30 and 11. RGB value is (86,48,17). Sum of RGB (Red+Green+Blue) = 86+48+17=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #563011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563011 is #A9CFEE. Grayscale: #373737. Windows color (decimal): -11128815 or 1126486. OLE color: 1126486.

HSL color Cylindrical-coordinate representation of color #563011: hue angle of 26.96º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #563011 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB864817-
CMYK00.440.800.66
HSL26.96º66.99%20.2%-
HSV(B)26.96º80.23%33.73%-
XYZ54.131.06-
YUV55.83106.09149.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=56.95%
G=31.79%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86481700.440.800.6626.9666.9920.2
Hex56301102C50421b4314
Octal12660210541201023310324
Binary10101101100001000101011001010000100001011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563011; }

 p { color: rgb(86,48,17); }

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

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

 a { background-color: rgb(86,48,17); }

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

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

 span { border-color: rgb(86,48,17); }

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