#562914

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

Shades of Baker's Chocolate #562914

Tints of Baker's Chocolate #562914

Color information

#562914 (or 0x562914) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 29 and 14. RGB value is (86,41,20). Sum of RGB (Red+Green+Blue) = 86+41+20=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #562914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562914 is #A9D6EB. Grayscale: #343434. Windows color (decimal): -11130604 or 1321302. OLE color: 1321302.

HSL color Cylindrical-coordinate representation of color #562914: hue angle of 19.09º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562914 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB864120-
CMYK00.520.770.66
HSL19.09º62.26%20.78%-
HSV(B)19.09º76.74%33.73%-
XYZ4.763.611.11-
YUV52.06109.91152.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=58.50%
G=27.89%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86412000.520.770.6619.0962.2620.78
Hex5629140344D42133e15
Octal1265124064115102237625
Binary1010110101001101000110100100110110000101001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562914; }

 p { color: rgb(86,41,20); }

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

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

 a { background-color: rgb(86,41,20); }

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

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

 span { border-color: rgb(86,41,20); }

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