#563205

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

Shades of Baker's Chocolate #563205

Tints of Baker's Chocolate #563205

Color information

#563205 (or 0x563205) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 32 and 05. RGB value is (86,50,5). Sum of RGB (Red+Green+Blue) = 86+50+5=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #563205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563205 is #A9CDFA. Grayscale: #373737. Windows color (decimal): -11128315 or 340566. OLE color: 340566.

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

Color convert

RGB86505-
CMYK00.420.940.66
HSL33.33º89.01%17.84%-
HSV(B)33.33º94.19%33.73%-
XYZ5.014.270.7-
YUV55.6399.43149.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=60.99%
G=35.46%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8650500.420.940.6633.3389.0117.84
Hex5632502A5E42215912
Octal1266250521361024113122
Binary1010110110010101010101010111101000010100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563205; }

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

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

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

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

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

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

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

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