Shades of Cioccolato #53372D
Tints of Cioccolato #53372D
RGB
CMYK
RGB Variations
Color information
#53372D (or 0x53372D) is known color: Cioccolato. HEX triplet: 53, 37 and 2D. RGB value is (83,55,45). Sum of RGB (Red+Green+Blue) = 83+55+45=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53372D is #ACC8D2. Grayscale: #3E3E3E. Windows color (decimal): -11323603 or 2963283. OLE color: 2963283.
HSL color Cylindrical-coordinate representation of color #53372D: hue angle of 15.79º 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 #53372D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 45 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.67 |
| HSL | 15.79º | 0.3% | 0.25% | - |
| HSV(B) | 15.79º | 0.46% | 0.33% | - |
| XYZ | 5.41 | 4.76 | 3.12 | - |
| YUV | 62.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 45 | 0 | 0.34 | 0.46 | 0.67 | 15.79 | 0.3 | 0.25 |
| Hex | 53 | 37 | 2D | 0 | 22 | 2E | 43 | 10 | 1E | 19 |
| Octal | 123 | 67 | 55 | 0 | 42 | 56 | 103 | 20 | 36 | 31 |
| Binary | 1010011 | 110111 | 101101 | 0 | 100010 | 101110 | 1000011 | 10000 | 11110 | 11001 |
Color Harmonies of #53372D
Complementary color
Monochromatic Colors of #53372D
Black with #53372D
Text Example
Text Example
White with #53372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53372D; }
p { color: rgb(83,55,45); }
H1.HeaderClassName
{
color: #53372D;
}
.AnyTagClassName
{
color: #53372D;
}
</style>
background-color css
<style>
a { background-color: #53372D; }
a { background-color: rgb(83,55,45); }
div.DivClassName
{
background-color: #53372D;
}
.BgClassName
{
background-color: #53372D;
}
</style>
border-color css
<style>
span { border-color: #53372D; }
span { border-color: rgb(83,55,45); }
td.TdClassName
{
border-color: #53372D;
}
.TagClassName
{
border-color: #53372D;
}
</style>