#56392B

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

Shades of Cioccolato #56392B

Tints of Cioccolato #56392B

Color information

#56392B (or 0x56392B) is unknown color: approx Cioccolato. HEX triplet: 56, 39 and 2B. RGB value is (86,57,43). Sum of RGB (Red+Green+Blue) = 86+57+43=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56392B is #A9C6D4. Grayscale: #404040. Windows color (decimal): -11126485 or 2832726. OLE color: 2832726.

HSL color Cylindrical-coordinate representation of color #56392B: hue angle of 19.53º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56392B is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB865743-
CMYK00.340.500.66
HSL19.53º33.33%25.29%-
HSV(B)19.53º50%33.73%-
XYZ5.745.082.96-
YUV64.07116.11143.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=46.24%
G=30.65%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86574300.340.500.6619.5333.3325.29
Hex56392B0223242142119
Octal126715304262102244131
Binary1010110111001101011010001011001010000101010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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