#562009

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

Shades of Baker's Chocolate #562009

Tints of Baker's Chocolate #562009

Color information

#562009 (or 0x562009) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 20 and 09. RGB value is (86,32,9). Sum of RGB (Red+Green+Blue) = 86+32+9=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #562009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562009 is #A9DFF6. Grayscale: #2D2D2D. Windows color (decimal): -11132919 or 598102. OLE color: 598102.

HSL color Cylindrical-coordinate representation of color #562009: hue angle of 17.92º 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 #562009 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86329-
CMYK00.630.900.66
HSL17.92º81.05%18.63%-
HSV(B)17.92º89.53%33.73%-
XYZ4.43.030.61-
YUV45.52107.39156.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.72%
GREEN value IS 32 (12.89% from 255) = 25.20%
BLUE value IS 9 (3.91% from 255) = 7.09%
R=67.72%
G=25.20%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632900.630.900.6617.9281.0518.63
Hex5620903F5A42125113
Octal12640110771321022212123
Binary1010110100000100101111111011010100001010010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562009; }

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

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

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

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

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

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

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

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