#563917

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

Shades of Baker's Chocolate #563917

Tints of Baker's Chocolate #563917

Color information

#563917 (or 0x563917) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 39 and 17. RGB value is (86,57,23). Sum of RGB (Red+Green+Blue) = 86+57+23=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #563917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563917 is #A9C6E8. Grayscale: #3D3D3D. Windows color (decimal): -11126505 or 1522006. OLE color: 1522006.

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

Color convert

RGB865723-
CMYK00.340.730.66
HSL32.38º57.8%21.37%-
HSV(B)32.38º73.26%33.73%-
XYZ5.464.971.48-
YUV61.79106.11145.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=51.81%
G=34.34%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86572300.340.730.6632.3857.821.37
Hex5639170224942203a15
Octal1267127042111102407225
Binary10101101110011011101000101001001100001010000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563917; }

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

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

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

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

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

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

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

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