#56372A

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

Shades of Cioccolato #56372A

Tints of Cioccolato #56372A

Color information

#56372A (or 0x56372A) is unknown color: approx Cioccolato. HEX triplet: 56, 37 and 2A. RGB value is (86,55,42). Sum of RGB (Red+Green+Blue) = 86+55+42=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56372A is #A9C8D5. Grayscale: #3E3E3E. Windows color (decimal): -11126998 or 2766678. OLE color: 2766678.

HSL color Cylindrical-coordinate representation of color #56372A: hue angle of 17.73º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #56372A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB865542-
CMYK00.360.510.66
HSL17.73º34.38%25.1%-
HSV(B)17.73º51.16%33.73%-
XYZ5.624.882.84-
YUV62.79116.27144.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=46.99%
G=30.05%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86554200.360.510.6617.7334.3825.1
Hex56372A0243342122219
Octal126675204463102224231
Binary1010110110111101010010010011001110000101001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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