#562008

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

Shades of Baker's Chocolate #562008

Tints of Baker's Chocolate #562008

Color information

#562008 (or 0x562008) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 20 and 08. RGB value is (86,32,8). Sum of RGB (Red+Green+Blue) = 86+32+8=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #562008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562008 is #A9DFF7. Grayscale: #2D2D2D. Windows color (decimal): -11132920 or 532566. OLE color: 532566.

HSL color Cylindrical-coordinate representation of color #562008: hue angle of 18.46º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #562008 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB86328-
CMYK00.630.910.66
HSL18.46º82.98%18.43%-
HSV(B)18.46º90.7%33.73%-
XYZ4.43.030.58-
YUV45.41106.89156.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=68.25%
G=25.40%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632800.630.910.6618.4682.9818.43
Hex5620803F5B42125312
Octal12640100771331022212322
Binary1010110100000100001111111011011100001010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562008; }

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

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

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

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

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

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

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

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