#562B0E

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

Shades of Baker's Chocolate #562B0E

Tints of Baker's Chocolate #562B0E

Color information

#562B0E (or 0x562B0E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2B and 0E. RGB value is (86,43,14). Sum of RGB (Red+Green+Blue) = 86+43+14=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #562B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562B0E is #A9D4F1. Grayscale: #343434. Windows color (decimal): -11130098 or 928598. OLE color: 928598.

HSL color Cylindrical-coordinate representation of color #562B0E: hue angle of 24.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #562B0E is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB864314-
CMYK00.500.840.66
HSL24.17º72%19.61%-
HSV(B)24.17º83.72%33.73%-
XYZ4.783.740.88-
YUV52.55106.25151.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 43 (17.19% from 255) = 30.07%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=60.14%
G=30.07%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86431400.500.840.6624.177219.61
Hex562BE0325442184814
Octal12653160621241023011024
Binary1010110101011111001100101010100100001011000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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