#563805

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

Shades of Baker's Chocolate #563805

Tints of Baker's Chocolate #563805

Color information

#563805 (or 0x563805) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 05. RGB value is (86,56,5). Sum of RGB (Red+Green+Blue) = 86+56+5=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #563805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563805 is #A9C7FA. Grayscale: #3B3B3B. Windows color (decimal): -11126779 or 342102. OLE color: 342102.

HSL color Cylindrical-coordinate representation of color #563805: hue angle of 37.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #563805 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86565-
CMYK00.350.940.66
HSL37.78º89.01%17.84%-
HSV(B)37.78º94.19%33.73%-
XYZ5.284.820.8-
YUV59.1697.44147.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=58.50%
G=38.10%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8656500.350.940.6637.7889.0117.84
Hex563850235E42265912
Octal1267050431361024613122
Binary1010110111000101010001110111101000010100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563805; }

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

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

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

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

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

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

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

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