Shades of Cioccolato #543A2E
Tints of Cioccolato #543A2E
RGB
CMYK
RGB Variations
Color information
#543A2E (or 0x543A2E) is known color: Cioccolato. HEX triplet: 54, 3A and 2E. RGB value is (84,58,46). Sum of RGB (Red+Green+Blue) = 84+58+46=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #543A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A2E is #ABC5D1. Grayscale: #404040. Windows color (decimal): -11257298 or 3029588. OLE color: 3029588.
HSL color Cylindrical-coordinate representation of color #543A2E: hue angle of 18.95º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #543A2E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 46 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.67 |
| HSL | 18.95º | 0.29% | 0.25% | - |
| HSV(B) | 18.95º | 0.45% | 0.33% | - |
| XYZ | 5.66 | 5.11 | 3.27 | - |
| YUV | 64.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 46 | 0 | 0.31 | 0.45 | 0.67 | 18.95 | 0.29 | 0.25 |
| Hex | 54 | 3A | 2E | 0 | 1F | 2D | 43 | 13 | 1D | 19 |
| Octal | 124 | 72 | 56 | 0 | 37 | 55 | 103 | 23 | 35 | 31 |
| Binary | 1010100 | 111010 | 101110 | 0 | 11111 | 101101 | 1000011 | 10011 | 11101 | 11001 |
Color Harmonies of #543A2E
Complementary color
Monochromatic Colors of #543A2E
Black with #543A2E
Text Example
Text Example
White with #543A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A2E; }
p { color: rgb(84,58,46); }
H1.HeaderClassName
{
color: #543A2E;
}
.AnyTagClassName
{
color: #543A2E;
}
</style>
background-color css
<style>
a { background-color: #543A2E; }
a { background-color: rgb(84,58,46); }
div.DivClassName
{
background-color: #543A2E;
}
.BgClassName
{
background-color: #543A2E;
}
</style>
border-color css
<style>
span { border-color: #543A2E; }
span { border-color: rgb(84,58,46); }
td.TdClassName
{
border-color: #543A2E;
}
.TagClassName
{
border-color: #543A2E;
}
</style>