Shades of Cioccolato #533A2D
Tints of Cioccolato #533A2D
RGB
CMYK
RGB Variations
Color information
#533A2D (or 0x533A2D) is known color: Cioccolato. HEX triplet: 53, 3A and 2D. RGB value is (83,58,45). Sum of RGB (Red+Green+Blue) = 83+58+45=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #533A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A2D is #ACC5D2. Grayscale: #404040. Windows color (decimal): -11322835 or 2964051. OLE color: 2964051.
HSL color Cylindrical-coordinate representation of color #533A2D: hue angle of 20.53º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533A2D is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 45 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.67 |
| HSL | 20.53º | 0.3% | 0.25% | - |
| HSV(B) | 20.53º | 0.46% | 0.33% | - |
| XYZ | 5.55 | 5.05 | 3.17 | - |
| YUV | 63.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 45 | 0 | 0.30 | 0.46 | 0.67 | 20.53 | 0.3 | 0.25 |
| Hex | 53 | 3A | 2D | 0 | 1E | 2E | 43 | 15 | 1E | 19 |
| Octal | 123 | 72 | 55 | 0 | 36 | 56 | 103 | 25 | 36 | 31 |
| Binary | 1010011 | 111010 | 101101 | 0 | 11110 | 101110 | 1000011 | 10101 | 11110 | 11001 |
Color Harmonies of #533A2D
Complementary color
Monochromatic Colors of #533A2D
Black with #533A2D
Text Example
Text Example
White with #533A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A2D; }
p { color: rgb(83,58,45); }
H1.HeaderClassName
{
color: #533A2D;
}
.AnyTagClassName
{
color: #533A2D;
}
</style>
background-color css
<style>
a { background-color: #533A2D; }
a { background-color: rgb(83,58,45); }
div.DivClassName
{
background-color: #533A2D;
}
.BgClassName
{
background-color: #533A2D;
}
</style>
border-color css
<style>
span { border-color: #533A2D; }
span { border-color: rgb(83,58,45); }
td.TdClassName
{
border-color: #533A2D;
}
.TagClassName
{
border-color: #533A2D;
}
</style>