#563815

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

Shades of Baker's Chocolate #563815

Tints of Baker's Chocolate #563815

Color information

#563815 (or 0x563815) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 15. RGB value is (86,56,21). Sum of RGB (Red+Green+Blue) = 86+56+21=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #563815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563815 is #A9C7EA. Grayscale: #3D3D3D. Windows color (decimal): -11126763 or 1390678. OLE color: 1390678.

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

Color convert

RGB865621-
CMYK00.350.760.66
HSL32.31º60.75%20.98%-
HSV(B)32.31º75.58%33.73%-
XYZ5.394.861.36-
YUV60.98105.44145.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=52.76%
G=34.36%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86562100.350.760.6632.3160.7520.98
Hex5638150234C42203d15
Octal1267025043114102407525
Binary10101101110001010101000111001100100001010000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563815; }

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

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

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

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

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

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

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

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