#563117

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

Shades of Baker's Chocolate #563117

Tints of Baker's Chocolate #563117

Color information

#563117 (or 0x563117) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 31 and 17. RGB value is (86,49,23). Sum of RGB (Red+Green+Blue) = 86+49+23=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #563117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563117 is #A9CEE8. Grayscale: #393939. Windows color (decimal): -11128553 or 1519958. OLE color: 1519958.

HSL color Cylindrical-coordinate representation of color #563117: hue angle of 24.76º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #563117 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB864923-
CMYK00.430.730.66
HSL24.76º57.8%21.37%-
HSV(B)24.76º73.26%33.73%-
XYZ5.094.241.36-
YUV57.1108.76148.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=54.43%
G=31.01%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86492300.430.730.6624.7657.821.37
Hex56311702B4942193a15
Octal1266127053111102317225
Binary1010110110001101110101011100100110000101100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563117; }

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

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

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

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

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

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

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

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