Shades of Cioccolato #533B32
Tints of Cioccolato #533B32
RGB
CMYK
RGB Variations
Color information
#533B32 (or 0x533B32) is known color: Cioccolato. HEX triplet: 53, 3B and 32. RGB value is (83,59,50). Sum of RGB (Red+Green+Blue) = 83+59+50=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #533B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B32 is #ACC4CD. Grayscale: #414141. Windows color (decimal): -11322574 or 3291987. OLE color: 3291987.
HSL color Cylindrical-coordinate representation of color #533B32: hue angle of 16.36º 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 #533B32 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 50 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.67 |
| HSL | 16.36º | 0.25% | 0.26% | - |
| HSV(B) | 16.36º | 0.4% | 0.33% | - |
| XYZ | 5.71 | 5.2 | 3.72 | - |
| YUV | 65.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 50 | 0 | 0.29 | 0.40 | 0.67 | 16.36 | 0.25 | 0.26 |
| Hex | 53 | 3B | 32 | 0 | 1D | 28 | 43 | 10 | 19 | 1A |
| Octal | 123 | 73 | 62 | 0 | 35 | 50 | 103 | 20 | 31 | 32 |
| Binary | 1010011 | 111011 | 110010 | 0 | 11101 | 101000 | 1000011 | 10000 | 11001 | 11010 |
Color Harmonies of #533B32
Complementary color
Monochromatic Colors of #533B32
Black with #533B32
Text Example
Text Example
White with #533B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B32; }
p { color: rgb(83,59,50); }
H1.HeaderClassName
{
color: #533B32;
}
.AnyTagClassName
{
color: #533B32;
}
</style>
background-color css
<style>
a { background-color: #533B32; }
a { background-color: rgb(83,59,50); }
div.DivClassName
{
background-color: #533B32;
}
.BgClassName
{
background-color: #533B32;
}
</style>
border-color css
<style>
span { border-color: #533B32; }
span { border-color: rgb(83,59,50); }
td.TdClassName
{
border-color: #533B32;
}
.TagClassName
{
border-color: #533B32;
}
</style>