#563615

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

Shades of Baker's Chocolate #563615

Tints of Baker's Chocolate #563615

Color information

#563615 (or 0x563615) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 36 and 15. RGB value is (86,54,21). Sum of RGB (Red+Green+Blue) = 86+54+21=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #563615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563615 is #A9C9EA. Grayscale: #3B3B3B. Windows color (decimal): -11127275 or 1390166. OLE color: 1390166.

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

Color convert

RGB865421-
CMYK00.370.760.66
HSL30.46º60.75%20.98%-
HSV(B)30.46º75.58%33.73%-
XYZ5.294.671.33-
YUV59.81106.1146.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=53.42%
G=33.54%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86542100.370.760.6630.4660.7520.98
Hex5636150254C421e3d15
Octal1266625045114102367525
Binary1010110110110101010100101100110010000101111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563615; }

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

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

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

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

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

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

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

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