#563931

Color #563931 Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #563931

Tints of Cioccolato #563931

Color information

#563931 (or 0x563931) is unknown color: approx Cioccolato. HEX triplet: 56, 39 and 31. RGB value is (86,57,49). Sum of RGB (Red+Green+Blue) = 86+57+49=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #563931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563931 is #A9C6CE. Grayscale: #404040. Windows color (decimal): -11126479 or 3225942. OLE color: 3225942.

HSL color Cylindrical-coordinate representation of color #563931: hue angle of 12.97º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #563931 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB865749-
CMYK00.340.430.66
HSL12.97º27.41%26.47%-
HSV(B)12.97º43.02%33.73%-
XYZ5.865.133.59-
YUV64.76119.11143.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=44.79%
G=29.69%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86574900.340.430.6612.9727.4126.47
Hex5639310222B42d1b1a
Octal126716104253102153332
Binary10101101110011100010100010101011100001011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563931; }

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

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

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

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

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

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

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

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