Shades of Cioccolato #53382B
Tints of Cioccolato #53382B
RGB
CMYK
RGB Variations
Color information
#53382B (or 0x53382B) is known color: Cioccolato. HEX triplet: 53, 38 and 2B. RGB value is (83,56,43). Sum of RGB (Red+Green+Blue) = 83+56+43=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382B is #ACC7D4. Grayscale: #3E3E3E. Windows color (decimal): -11323349 or 2832467. OLE color: 2832467.
HSL color Cylindrical-coordinate representation of color #53382B: hue angle of 19.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53382B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 43 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.67 |
| HSL | 19.5º | 0.32% | 0.25% | - |
| HSV(B) | 19.5º | 0.48% | 0.33% | - |
| XYZ | 5.42 | 4.84 | 2.93 | - |
| YUV | 62.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 43 | 0 | 0.33 | 0.48 | 0.67 | 19.5 | 0.32 | 0.25 |
| Hex | 53 | 38 | 2B | 0 | 21 | 30 | 43 | 14 | 20 | 19 |
| Octal | 123 | 70 | 53 | 0 | 41 | 60 | 103 | 24 | 40 | 31 |
| Binary | 1010011 | 111000 | 101011 | 0 | 100001 | 110000 | 1000011 | 10100 | 100000 | 11001 |
Color Harmonies of #53382B
Complementary color
Monochromatic Colors of #53382B
Black with #53382B
Text Example
Text Example
White with #53382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53382B; }
p { color: rgb(83,56,43); }
H1.HeaderClassName
{
color: #53382B;
}
.AnyTagClassName
{
color: #53382B;
}
</style>
background-color css
<style>
a { background-color: #53382B; }
a { background-color: rgb(83,56,43); }
div.DivClassName
{
background-color: #53382B;
}
.BgClassName
{
background-color: #53382B;
}
</style>
border-color css
<style>
span { border-color: #53382B; }
span { border-color: rgb(83,56,43); }
td.TdClassName
{
border-color: #53382B;
}
.TagClassName
{
border-color: #53382B;
}
</style>