#563705

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

Shades of Baker's Chocolate #563705

Tints of Baker's Chocolate #563705

Color information

#563705 (or 0x563705) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 05. RGB value is (86,55,5). Sum of RGB (Red+Green+Blue) = 86+55+5=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #563705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563705 is #A9C8FA. Grayscale: #3A3A3A. Windows color (decimal): -11127035 or 341846. OLE color: 341846.

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

Color convert

RGB86555-
CMYK00.360.940.66
HSL37.04º89.01%17.84%-
HSV(B)37.04º94.19%33.73%-
XYZ5.234.720.78-
YUV58.5797.77147.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=58.90%
G=37.67%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655500.360.940.6637.0489.0117.84
Hex563750245E42255912
Octal1266750441361024513122
Binary1010110110111101010010010111101000010100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563705; }

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

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

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

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

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

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

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

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