#562109

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

Shades of Baker's Chocolate #562109

Tints of Baker's Chocolate #562109

Color information

#562109 (or 0x562109) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 21 and 09. RGB value is (86,33,9). Sum of RGB (Red+Green+Blue) = 86+33+9=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #562109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562109 is #A9DEF6. Grayscale: #2E2E2E. Windows color (decimal): -11132663 or 598358. OLE color: 598358.

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

Color convert

RGB86339-
CMYK00.620.900.66
HSL18.7º81.05%18.63%-
HSV(B)18.7º89.53%33.73%-
XYZ4.433.090.62-
YUV46.11107.06156.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=67.19%
G=25.78%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8633900.620.900.6618.781.0518.63
Hex5621903E5A42135113
Octal12641110761321022312123
Binary1010110100001100101111101011010100001010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562109; }

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

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

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

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

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

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

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

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