Shades of Cioccolato #543A31
Tints of Cioccolato #543A31
RGB
CMYK
RGB Variations
Color information
#543A31 (or 0x543A31) is known color: Cioccolato. HEX triplet: 54, 3A and 31. RGB value is (84,58,49). Sum of RGB (Red+Green+Blue) = 84+58+49=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #543A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A31 is #ABC5CE. Grayscale: #404040. Windows color (decimal): -11257295 or 3226196. OLE color: 3226196.
HSL color Cylindrical-coordinate representation of color #543A31: hue angle of 15.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #543A31 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 49 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.67 |
| HSL | 15.43º | 0.26% | 0.26% | - |
| HSV(B) | 15.43º | 0.42% | 0.33% | - |
| XYZ | 5.72 | 5.13 | 3.59 | - |
| YUV | 64.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 49 | 0 | 0.31 | 0.42 | 0.67 | 15.43 | 0.26 | 0.26 |
| Hex | 54 | 3A | 31 | 0 | 1F | 2A | 43 | F | 1A | 1A |
| Octal | 124 | 72 | 61 | 0 | 37 | 52 | 103 | 17 | 32 | 32 |
| Binary | 1010100 | 111010 | 110001 | 0 | 11111 | 101010 | 1000011 | 1111 | 11010 | 11010 |
Color Harmonies of #543A31
Complementary color
Monochromatic Colors of #543A31
Black with #543A31
Text Example
Text Example
White with #543A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A31; }
p { color: rgb(84,58,49); }
H1.HeaderClassName
{
color: #543A31;
}
.AnyTagClassName
{
color: #543A31;
}
</style>
background-color css
<style>
a { background-color: #543A31; }
a { background-color: rgb(84,58,49); }
div.DivClassName
{
background-color: #543A31;
}
.BgClassName
{
background-color: #543A31;
}
</style>
border-color css
<style>
span { border-color: #543A31; }
span { border-color: rgb(84,58,49); }
td.TdClassName
{
border-color: #543A31;
}
.TagClassName
{
border-color: #543A31;
}
</style>