#562D0E

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

Shades of Baker's Chocolate #562D0E

Tints of Baker's Chocolate #562D0E

Color information

#562D0E (or 0x562D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2D and 0E. RGB value is (86,45,14). Sum of RGB (Red+Green+Blue) = 86+45+14=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562D0E is #A9D2F1. Grayscale: #353535. Windows color (decimal): -11129586 or 929110. OLE color: 929110.

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

Color convert

RGB864514-
CMYK00.480.840.66
HSL25.83º72%19.61%-
HSV(B)25.83º83.72%33.73%-
XYZ4.863.890.91-
YUV53.72105.58151.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 45 (17.97% from 255) = 31.03%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=59.31%
G=31.03%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86451400.480.840.6625.837219.61
Hex562DE03054421a4814
Octal12655160601241023211024
Binary1010110101101111001100001010100100001011010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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