Shades of Cioccolato #57352A
Tints of Cioccolato #57352A
RGB
CMYK
RGB Variations
Color information
#57352A (or 0x57352A) is known color: Cioccolato. HEX triplet: 57, 35 and 2A. RGB value is (87,53,42). Sum of RGB (Red+Green+Blue) = 87+53+42=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57352A is #A8CAD5. Grayscale: #3D3D3D. Windows color (decimal): -11061974 or 2766167. OLE color: 2766167.
HSL color Cylindrical-coordinate representation of color #57352A: hue angle of 14.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57352A is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 53 | 42 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.66 |
| HSL | 14.67º | 0.35% | 0.25% | - |
| HSV(B) | 14.67º | 0.52% | 0.34% | - |
| XYZ | 5.62 | 4.74 | 2.81 | - |
| YUV | 61.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 53 | 42 | 0 | 0.39 | 0.52 | 0.66 | 14.67 | 0.35 | 0.25 |
| Hex | 57 | 35 | 2A | 0 | 27 | 34 | 42 | F | 23 | 19 |
| Octal | 127 | 65 | 52 | 0 | 47 | 64 | 102 | 17 | 43 | 31 |
| Binary | 1010111 | 110101 | 101010 | 0 | 100111 | 110100 | 1000010 | 1111 | 100011 | 11001 |
Color Harmonies of #57352A
Complementary color
Monochromatic Colors of #57352A
Black with #57352A
Text Example
Text Example
White with #57352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57352A; }
p { color: rgb(87,53,42); }
H1.HeaderClassName
{
color: #57352A;
}
.AnyTagClassName
{
color: #57352A;
}
</style>
background-color css
<style>
a { background-color: #57352A; }
a { background-color: rgb(87,53,42); }
div.DivClassName
{
background-color: #57352A;
}
.BgClassName
{
background-color: #57352A;
}
</style>
border-color css
<style>
span { border-color: #57352A; }
span { border-color: rgb(87,53,42); }
td.TdClassName
{
border-color: #57352A;
}
.TagClassName
{
border-color: #57352A;
}
</style>