#563811

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

Shades of Baker's Chocolate #563811

Tints of Baker's Chocolate #563811

Color information

#563811 (or 0x563811) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 11. RGB value is (86,56,17). Sum of RGB (Red+Green+Blue) = 86+56+17=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #563811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563811 is #A9C7EE. Grayscale: #3C3C3C. Windows color (decimal): -11126767 or 1128534. OLE color: 1128534.

HSL color Cylindrical-coordinate representation of color #563811: hue angle of 33.91º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #563811 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB865617-
CMYK00.350.800.66
HSL33.91º66.99%20.2%-
HSV(B)33.91º80.23%33.73%-
XYZ5.354.851.18-
YUV60.52103.44146.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=54.09%
G=35.22%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86561700.350.800.6633.9166.9920.2
Hex5638110235042224314
Octal12670210431201024210324
Binary101011011100010001010001110100001000010100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563811; }

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

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

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

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

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

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

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

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