#563116

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

Shades of Baker's Chocolate #563116

Tints of Baker's Chocolate #563116

Color information

#563116 (or 0x563116) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 31 and 16. RGB value is (86,49,22). Sum of RGB (Red+Green+Blue) = 86+49+22=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #563116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563116 is #A9CEE9. Grayscale: #393939. Windows color (decimal): -11128554 or 1454422. OLE color: 1454422.

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

Color convert

RGB864922-
CMYK00.430.740.66
HSL25.31º59.26%21.18%-
HSV(B)25.31º74.42%33.73%-
XYZ5.084.231.31-
YUV56.98108.26148.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=54.78%
G=31.21%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86492200.430.740.6625.3159.2621.18
Hex56311602B4A42193b15
Octal1266126053112102317325
Binary1010110110001101100101011100101010000101100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563116; }

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

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

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

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

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

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

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

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