Shades of Cioccolato #523A31
Tints of Cioccolato #523A31
RGB
CMYK
RGB Variations
Color information
#523A31 (or 0x523A31) is known color: Cioccolato. HEX triplet: 52, 3A and 31. RGB value is (82,58,49). Sum of RGB (Red+Green+Blue) = 82+58+49=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A31 is #ADC5CE. Grayscale: #404040. Windows color (decimal): -11388367 or 3226194. OLE color: 3226194.
HSL color Cylindrical-coordinate representation of color #523A31: hue angle of 16.36º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523A31 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 49 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.68 |
| HSL | 16.36º | 0.25% | 0.26% | - |
| HSV(B) | 16.36º | 0.4% | 0.32% | - |
| XYZ | 5.55 | 5.04 | 3.59 | - |
| YUV | 64.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 49 | 0 | 0.29 | 0.40 | 0.68 | 16.36 | 0.25 | 0.26 |
| Hex | 52 | 3A | 31 | 0 | 1D | 28 | 44 | 10 | 19 | 1A |
| Octal | 122 | 72 | 61 | 0 | 35 | 50 | 104 | 20 | 31 | 32 |
| Binary | 1010010 | 111010 | 110001 | 0 | 11101 | 101000 | 1000100 | 10000 | 11001 | 11010 |
Color Harmonies of #523A31
Complementary color
Monochromatic Colors of #523A31
Black with #523A31
Text Example
Text Example
White with #523A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A31; }
p { color: rgb(82,58,49); }
H1.HeaderClassName
{
color: #523A31;
}
.AnyTagClassName
{
color: #523A31;
}
</style>
background-color css
<style>
a { background-color: #523A31; }
a { background-color: rgb(82,58,49); }
div.DivClassName
{
background-color: #523A31;
}
.BgClassName
{
background-color: #523A31;
}
</style>
border-color css
<style>
span { border-color: #523A31; }
span { border-color: rgb(82,58,49); }
td.TdClassName
{
border-color: #523A31;
}
.TagClassName
{
border-color: #523A31;
}
</style>