#562911

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

Shades of Baker's Chocolate #562911

Tints of Baker's Chocolate #562911

Color information

#562911 (or 0x562911) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 29 and 11. RGB value is (86,41,17). Sum of RGB (Red+Green+Blue) = 86+41+17=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #562911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562911 is #A9D6EE. Grayscale: #333333. Windows color (decimal): -11130607 or 1124694. OLE color: 1124694.

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

Color convert

RGB864117-
CMYK00.520.800.66
HSL20.87º66.99%20.2%-
HSV(B)20.87º80.23%33.73%-
XYZ4.733.60.98-
YUV51.72108.41152.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.72%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=59.72%
G=28.47%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86411700.520.800.6620.8766.9920.2
Hex5629110345042154314
Octal12651210641201022510324
Binary10101101010011000101101001010000100001010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562911; }

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

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

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

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

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

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

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

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