#56372E

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

Shades of Cioccolato #56372E

Tints of Cioccolato #56372E

Color information

#56372E (or 0x56372E) is unknown color: approx Cioccolato. HEX triplet: 56, 37 and 2E. RGB value is (86,55,46). Sum of RGB (Red+Green+Blue) = 86+55+46=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #56372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56372E is #A9C8D1. Grayscale: #3F3F3F. Windows color (decimal): -11126994 or 3028822. OLE color: 3028822.

HSL color Cylindrical-coordinate representation of color #56372E: hue angle of 13.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 #56372E is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB865546-
CMYK00.360.470.66
HSL13.5º30.3%25.88%-
HSV(B)13.5º46.51%33.73%-
XYZ5.74.913.23-
YUV63.24118.27144.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=45.99%
G=29.41%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86554600.360.470.6613.530.325.88
Hex56372E0242F42e1e1a
Octal126675604457102163632
Binary10101101101111011100100100101111100001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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