#562A11

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

Shades of Baker's Chocolate #562A11

Tints of Baker's Chocolate #562A11

Color information

#562A11 (or 0x562A11) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2A and 11. RGB value is (86,42,17). Sum of RGB (Red+Green+Blue) = 86+42+17=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A11 is #A9D5EE. Grayscale: #343434. Windows color (decimal): -11130351 or 1124950. OLE color: 1124950.

HSL color Cylindrical-coordinate representation of color #562A11: hue angle of 21.74º 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 #562A11 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB864217-
CMYK00.510.800.66
HSL21.74º66.99%20.2%-
HSV(B)21.74º80.23%33.73%-
XYZ4.773.670.99-
YUV52.31108.08152.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=59.31%
G=28.97%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86421700.510.800.6621.7466.9920.2
Hex562A110335042164314
Octal12652210631201022610324
Binary10101101010101000101100111010000100001010110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562A11; }

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

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

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

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

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

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

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

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