#563111

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

Shades of Baker's Chocolate #563111

Tints of Baker's Chocolate #563111

Color information

#563111 (or 0x563111) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 31 and 11. RGB value is (86,49,17). Sum of RGB (Red+Green+Blue) = 86+49+17=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #563111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563111 is #A9CEEE. Grayscale: #383838. Windows color (decimal): -11128559 or 1126742. OLE color: 1126742.

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

Color convert

RGB864917-
CMYK00.430.800.66
HSL27.83º66.99%20.2%-
HSV(B)27.83º80.23%33.73%-
XYZ5.044.221.08-
YUV56.42105.76149.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=56.58%
G=32.24%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86491700.430.800.6627.8366.9920.2
Hex56311102B50421c4314
Octal12661210531201023410324
Binary10101101100011000101010111010000100001011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563111; }

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

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

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

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

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

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

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

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