#563617

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

Shades of Baker's Chocolate #563617

Tints of Baker's Chocolate #563617

Color information

#563617 (or 0x563617) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 36 and 17. RGB value is (86,54,23). Sum of RGB (Red+Green+Blue) = 86+54+23=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563617 is #A9C9E8. Grayscale: #3C3C3C. Windows color (decimal): -11127273 or 1521238. OLE color: 1521238.

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

Color convert

RGB865423-
CMYK00.370.730.66
HSL29.52º57.8%21.37%-
HSV(B)29.52º73.26%33.73%-
XYZ5.314.681.43-
YUV60.03107.1146.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=52.76%
G=33.13%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86542300.370.730.6629.5257.821.37
Hex56361702549421e3a15
Octal1266627045111102367225
Binary1010110110110101110100101100100110000101111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563617; }

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

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

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

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

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

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

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

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