Shades of Cioccolato #533A32
Tints of Cioccolato #533A32
RGB
CMYK
RGB Variations
Color information
#533A32 (or 0x533A32) is known color: Cioccolato. HEX triplet: 53, 3A and 32. RGB value is (83,58,50). Sum of RGB (Red+Green+Blue) = 83+58+50=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #533A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A32 is #ACC5CD. Grayscale: #404040. Windows color (decimal): -11322830 or 3291731. OLE color: 3291731.
HSL color Cylindrical-coordinate representation of color #533A32: hue angle of 14.55º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533A32 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 50 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.67 |
| HSL | 14.55º | 0.25% | 0.26% | - |
| HSV(B) | 14.55º | 0.4% | 0.33% | - |
| XYZ | 5.66 | 5.1 | 3.7 | - |
| YUV | 64.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 50 | 0 | 0.30 | 0.40 | 0.67 | 14.55 | 0.25 | 0.26 |
| Hex | 53 | 3A | 32 | 0 | 1E | 28 | 43 | F | 19 | 1A |
| Octal | 123 | 72 | 62 | 0 | 36 | 50 | 103 | 17 | 31 | 32 |
| Binary | 1010011 | 111010 | 110010 | 0 | 11110 | 101000 | 1000011 | 1111 | 11001 | 11010 |
Color Harmonies of #533A32
Complementary color
Monochromatic Colors of #533A32
Black with #533A32
Text Example
Text Example
White with #533A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A32; }
p { color: rgb(83,58,50); }
H1.HeaderClassName
{
color: #533A32;
}
.AnyTagClassName
{
color: #533A32;
}
</style>
background-color css
<style>
a { background-color: #533A32; }
a { background-color: rgb(83,58,50); }
div.DivClassName
{
background-color: #533A32;
}
.BgClassName
{
background-color: #533A32;
}
</style>
border-color css
<style>
span { border-color: #533A32; }
span { border-color: rgb(83,58,50); }
td.TdClassName
{
border-color: #533A32;
}
.TagClassName
{
border-color: #533A32;
}
</style>