Shades of Cioccolato #52382C
Tints of Cioccolato #52382C
RGB
CMYK
RGB Variations
Color information
#52382C (or 0x52382C) is known color: Cioccolato. HEX triplet: 52, 38 and 2C. RGB value is (82,56,44). Sum of RGB (Red+Green+Blue) = 82+56+44=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52382C is #ADC7D3. Grayscale: #3E3E3E. Windows color (decimal): -11388884 or 2898002. OLE color: 2898002.
HSL color Cylindrical-coordinate representation of color #52382C: hue angle of 18.95º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52382C is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 44 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.68 |
| HSL | 18.95º | 0.3% | 0.25% | - |
| HSV(B) | 18.95º | 0.46% | 0.32% | - |
| XYZ | 5.35 | 4.8 | 3.03 | - |
| YUV | 62.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 44 | 0 | 0.32 | 0.46 | 0.68 | 18.95 | 0.3 | 0.25 |
| Hex | 52 | 38 | 2C | 0 | 20 | 2E | 44 | 13 | 1E | 19 |
| Octal | 122 | 70 | 54 | 0 | 40 | 56 | 104 | 23 | 36 | 31 |
| Binary | 1010010 | 111000 | 101100 | 0 | 100000 | 101110 | 1000100 | 10011 | 11110 | 11001 |
Color Harmonies of #52382C
Complementary color
Monochromatic Colors of #52382C
Black with #52382C
Text Example
Text Example
White with #52382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52382C; }
p { color: rgb(82,56,44); }
H1.HeaderClassName
{
color: #52382C;
}
.AnyTagClassName
{
color: #52382C;
}
</style>
background-color css
<style>
a { background-color: #52382C; }
a { background-color: rgb(82,56,44); }
div.DivClassName
{
background-color: #52382C;
}
.BgClassName
{
background-color: #52382C;
}
</style>
border-color css
<style>
span { border-color: #52382C; }
span { border-color: rgb(82,56,44); }
td.TdClassName
{
border-color: #52382C;
}
.TagClassName
{
border-color: #52382C;
}
</style>