#563707

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

Shades of Baker's Chocolate #563707

Tints of Baker's Chocolate #563707

Color information

#563707 (or 0x563707) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 37 and 07. RGB value is (86,55,7). Sum of RGB (Red+Green+Blue) = 86+55+7=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #563707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563707 is #A9C8F8. Grayscale: #3B3B3B. Windows color (decimal): -11127033 or 472918. OLE color: 472918.

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

Color convert

RGB86557-
CMYK00.360.920.66
HSL36.46º84.95%18.24%-
HSV(B)36.46º91.86%33.73%-
XYZ5.244.730.84-
YUV58.898.77147.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=58.11%
G=37.16%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8655700.360.920.6636.4684.9518.24
Hex563770245C42245512
Octal1266770441341024412522
Binary1010110110111111010010010111001000010100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563707; }

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

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

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

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

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

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

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

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