#563C16

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

Shades of Baker's Chocolate #563C16

Tints of Baker's Chocolate #563C16

Color information

#563C16 (or 0x563C16) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3C and 16. RGB value is (86,60,22). Sum of RGB (Red+Green+Blue) = 86+60+22=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #563C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C16 is #A9C3E9. Grayscale: #3F3F3F. Windows color (decimal): -11125738 or 1457238. OLE color: 1457238.

HSL color Cylindrical-coordinate representation of color #563C16: hue angle of 35.62º 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 #563C16 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB866022-
CMYK00.300.740.66
HSL35.62º59.26%21.18%-
HSV(B)35.62º74.42%33.73%-
XYZ5.65.271.48-
YUV63.44104.61144.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=51.19%
G=35.71%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86602200.300.740.6635.6259.2621.18
Hex563C1601E4A42243b15
Octal1267426036112102447325
Binary1010110111100101100111101001010100001010010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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