#562910

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

Shades of Baker's Chocolate #562910

Tints of Baker's Chocolate #562910

Color information

#562910 (or 0x562910) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 29 and 10. RGB value is (86,41,16). Sum of RGB (Red+Green+Blue) = 86+41+16=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #562910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562910 is #A9D6EF. Grayscale: #333333. Windows color (decimal): -11130608 or 1059158. OLE color: 1059158.

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

Color convert

RGB864116-
CMYK00.520.810.66
HSL21.43º68.63%20%-
HSV(B)21.43º81.4%33.73%-
XYZ4.723.60.94-
YUV51.6107.91152.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=60.14%
G=28.67%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86411600.520.810.6621.4368.6320
Hex5629100345142154514
Octal12651200641211022510524
Binary10101101010011000001101001010001100001010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562910; }

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

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

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

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

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

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

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

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