#56392E

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

Shades of Cioccolato #56392E

Tints of Cioccolato #56392E

Color information

#56392E (or 0x56392E) is unknown color: approx Cioccolato. HEX triplet: 56, 39 and 2E. RGB value is (86,57,46). Sum of RGB (Red+Green+Blue) = 86+57+46=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #56392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56392E is #A9C6D1. Grayscale: #404040. Windows color (decimal): -11126482 or 3029334. OLE color: 3029334.

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

Color convert

RGB865746-
CMYK00.340.470.66
HSL16.5º30.3%25.88%-
HSV(B)16.5º46.51%33.73%-
XYZ5.795.13.26-
YUV64.42117.61143.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=45.50%
G=30.16%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86574600.340.470.6616.530.325.88
Hex56392E0222F42101e1a
Octal126715604257102203632
Binary101011011100110111001000101011111000010100001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56392E; }

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

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

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

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

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

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

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

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