#562F0E

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

Shades of Baker's Chocolate #562F0E

Tints of Baker's Chocolate #562F0E

Color information

#562F0E (or 0x562F0E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2F and 0E. RGB value is (86,47,14). Sum of RGB (Red+Green+Blue) = 86+47+14=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #562F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562F0E is #A9D0F1. Grayscale: #373737. Windows color (decimal): -11129074 or 929622. OLE color: 929622.

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

Color convert

RGB864714-
CMYK00.450.840.66
HSL27.5º72%19.61%-
HSV(B)27.5º83.72%33.73%-
XYZ4.934.040.94-
YUV54.9104.92150.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 14 (5.86% from 255) = 9.52%
R=58.50%
G=31.97%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86471400.450.840.6627.57219.61
Hex562FE02D54421c4814
Octal12657160551241023411024
Binary1010110101111111001011011010100100001011100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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