Shades of Cioccolato #52372E
Tints of Cioccolato #52372E
RGB
CMYK
RGB Variations
Color information
#52372E (or 0x52372E) is known color: Cioccolato. HEX triplet: 52, 37 and 2E. RGB value is (82,55,46). Sum of RGB (Red+Green+Blue) = 82+55+46=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52372E is #ADC8D1. Grayscale: #3E3E3E. Windows color (decimal): -11389138 or 3028818. OLE color: 3028818.
HSL color Cylindrical-coordinate representation of color #52372E: hue angle of 15º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52372E is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 46 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.68 |
| HSL | 15º | 0.28% | 0.25% | - |
| HSV(B) | 15º | 0.44% | 0.32% | - |
| XYZ | 5.34 | 4.72 | 3.22 | - |
| YUV | 62.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 46 | 0 | 0.33 | 0.44 | 0.68 | 15 | 0.28 | 0.25 |
| Hex | 52 | 37 | 2E | 0 | 21 | 2C | 44 | F | 1C | 19 |
| Octal | 122 | 67 | 56 | 0 | 41 | 54 | 104 | 17 | 34 | 31 |
| Binary | 1010010 | 110111 | 101110 | 0 | 100001 | 101100 | 1000100 | 1111 | 11100 | 11001 |
Color Harmonies of #52372E
Complementary color
Monochromatic Colors of #52372E
Black with #52372E
Text Example
Text Example
White with #52372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52372E; }
p { color: rgb(82,55,46); }
H1.HeaderClassName
{
color: #52372E;
}
.AnyTagClassName
{
color: #52372E;
}
</style>
background-color css
<style>
a { background-color: #52372E; }
a { background-color: rgb(82,55,46); }
div.DivClassName
{
background-color: #52372E;
}
.BgClassName
{
background-color: #52372E;
}
</style>
border-color css
<style>
span { border-color: #52372E; }
span { border-color: rgb(82,55,46); }
td.TdClassName
{
border-color: #52372E;
}
.TagClassName
{
border-color: #52372E;
}
</style>