#562912

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

Shades of Baker's Chocolate #562912

Tints of Baker's Chocolate #562912

Color information

#562912 (or 0x562912) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 29 and 12. RGB value is (86,41,18). Sum of RGB (Red+Green+Blue) = 86+41+18=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #562912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562912 is #A9D6ED. Grayscale: #333333. Windows color (decimal): -11130606 or 1190230. OLE color: 1190230.

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

Color convert

RGB864118-
CMYK00.520.790.66
HSL20.29º65.38%20.39%-
HSV(B)20.29º79.07%33.73%-
XYZ4.743.611.02-
YUV51.83108.91152.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=59.31%
G=28.28%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86411800.520.790.6620.2965.3820.39
Hex5629120344F42144114
Octal12651220641171022410124
Binary10101101010011001001101001001111100001010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562912; }

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

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

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

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

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

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

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

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