Shades of Cioccolato #52392F
Tints of Cioccolato #52392F
RGB
CMYK
RGB Variations
Color information
#52392F (or 0x52392F) is known color: Cioccolato. HEX triplet: 52, 39 and 2F. RGB value is (82,57,47). Sum of RGB (Red+Green+Blue) = 82+57+47=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #52392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52392F is #ADC6D0. Grayscale: #3F3F3F. Windows color (decimal): -11388625 or 3094866. OLE color: 3094866.
HSL color Cylindrical-coordinate representation of color #52392F: hue angle of 17.14º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52392F is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 47 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.68 |
| HSL | 17.14º | 0.27% | 0.25% | - |
| HSV(B) | 17.14º | 0.43% | 0.32% | - |
| XYZ | 5.46 | 4.93 | 3.35 | - |
| YUV | 63.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 47 | 0 | 0.30 | 0.43 | 0.68 | 17.14 | 0.27 | 0.25 |
| Hex | 52 | 39 | 2F | 0 | 1E | 2B | 44 | 11 | 1B | 19 |
| Octal | 122 | 71 | 57 | 0 | 36 | 53 | 104 | 21 | 33 | 31 |
| Binary | 1010010 | 111001 | 101111 | 0 | 11110 | 101011 | 1000100 | 10001 | 11011 | 11001 |
Color Harmonies of #52392F
Complementary color
Monochromatic Colors of #52392F
Black with #52392F
Text Example
Text Example
White with #52392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52392F; }
p { color: rgb(82,57,47); }
H1.HeaderClassName
{
color: #52392F;
}
.AnyTagClassName
{
color: #52392F;
}
</style>
background-color css
<style>
a { background-color: #52392F; }
a { background-color: rgb(82,57,47); }
div.DivClassName
{
background-color: #52392F;
}
.BgClassName
{
background-color: #52392F;
}
</style>
border-color css
<style>
span { border-color: #52392F; }
span { border-color: rgb(82,57,47); }
td.TdClassName
{
border-color: #52392F;
}
.TagClassName
{
border-color: #52392F;
}
</style>