#563B16

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

Shades of Baker's Chocolate #563B16

Tints of Baker's Chocolate #563B16

Color information

#563B16 (or 0x563B16) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3B and 16. RGB value is (86,59,22). Sum of RGB (Red+Green+Blue) = 86+59+22=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #563B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563B16 is #A9C4E9. Grayscale: #3F3F3F. Windows color (decimal): -11125994 or 1456982. OLE color: 1456982.

HSL color Cylindrical-coordinate representation of color #563B16: hue angle of 34.69º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #563B16 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB865922-
CMYK00.310.740.66
HSL34.69º59.26%21.18%-
HSV(B)34.69º74.42%33.73%-
XYZ5.555.161.46-
YUV62.86104.95144.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=51.50%
G=35.33%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86592200.310.740.6634.6959.2621.18
Hex563B1601F4A42233b15
Octal1267326037112102437325
Binary1010110111011101100111111001010100001010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B16; }

 p { color: rgb(86,59,22); }

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

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

 a { background-color: rgb(86,59,22); }

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

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

 span { border-color: rgb(86,59,22); }

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