#562A09

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

Shades of Baker's Chocolate #562A09

Tints of Baker's Chocolate #562A09

Color information

#562A09 (or 0x562A09) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2A and 09. RGB value is (86,42,9). Sum of RGB (Red+Green+Blue) = 86+42+9=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #562A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A09 is #A9D5F6. Grayscale: #333333. Windows color (decimal): -11130359 or 600662. OLE color: 600662.

HSL color Cylindrical-coordinate representation of color #562A09: hue angle of 25.71º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #562A09 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86429-
CMYK00.510.900.66
HSL25.71º81.05%18.63%-
HSV(B)25.71º89.53%33.73%-
XYZ4.723.650.72-
YUV51.39104.08152.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 9 (3.91% from 255) = 6.57%
R=62.77%
G=30.66%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8642900.510.900.6625.7181.0518.63
Hex562A90335A421a5113
Octal12652110631321023212123
Binary1010110101010100101100111011010100001011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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