#562B08

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

Shades of Baker's Chocolate #562B08

Tints of Baker's Chocolate #562B08

Color information

#562B08 (or 0x562B08) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2B and 08. RGB value is (86,43,8). Sum of RGB (Red+Green+Blue) = 86+43+8=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #562B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562B08 is #A9D4F7. Grayscale: #343434. Windows color (decimal): -11130104 or 535382. OLE color: 535382.

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

Color convert

RGB86438-
CMYK00.500.910.66
HSL26.92º82.98%18.43%-
HSV(B)26.92º90.7%33.73%-
XYZ4.753.720.7-
YUV51.87103.25152.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=62.77%
G=31.39%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8643800.500.910.6626.9282.9818.43
Hex562B80325B421b5312
Octal12653100621331023312322
Binary1010110101011100001100101011011100001011011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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