Shades of Cioccolato #53382F
Tints of Cioccolato #53382F
RGB
CMYK
RGB Variations
Color information
#53382F (or 0x53382F) is known color: Cioccolato. HEX triplet: 53, 38 and 2F. RGB value is (83,56,47). Sum of RGB (Red+Green+Blue) = 83+56+47=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #53382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382F is #ACC7D0. Grayscale: #3F3F3F. Windows color (decimal): -11323345 or 3094611. OLE color: 3094611.
HSL color Cylindrical-coordinate representation of color #53382F: hue angle of 15º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53382F is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 47 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.67 |
| HSL | 15º | 0.28% | 0.25% | - |
| HSV(B) | 15º | 0.43% | 0.33% | - |
| XYZ | 5.49 | 4.87 | 3.34 | - |
| YUV | 63.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 47 | 0 | 0.33 | 0.43 | 0.67 | 15 | 0.28 | 0.25 |
| Hex | 53 | 38 | 2F | 0 | 21 | 2B | 43 | F | 1C | 19 |
| Octal | 123 | 70 | 57 | 0 | 41 | 53 | 103 | 17 | 34 | 31 |
| Binary | 1010011 | 111000 | 101111 | 0 | 100001 | 101011 | 1000011 | 1111 | 11100 | 11001 |
Color Harmonies of #53382F
Complementary color
Monochromatic Colors of #53382F
Black with #53382F
Text Example
Text Example
White with #53382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53382F; }
p { color: rgb(83,56,47); }
H1.HeaderClassName
{
color: #53382F;
}
.AnyTagClassName
{
color: #53382F;
}
</style>
background-color css
<style>
a { background-color: #53382F; }
a { background-color: rgb(83,56,47); }
div.DivClassName
{
background-color: #53382F;
}
.BgClassName
{
background-color: #53382F;
}
</style>
border-color css
<style>
span { border-color: #53382F; }
span { border-color: rgb(83,56,47); }
td.TdClassName
{
border-color: #53382F;
}
.TagClassName
{
border-color: #53382F;
}
</style>