Shades of Cioccolato #543A2D
Tints of Cioccolato #543A2D
RGB
CMYK
RGB Variations
Color information
#543A2D (or 0x543A2D) is known color: Cioccolato. HEX triplet: 54, 3A and 2D. RGB value is (84,58,45). Sum of RGB (Red+Green+Blue) = 84+58+45=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #543A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543A2D is #ABC5D2. Grayscale: #404040. Windows color (decimal): -11257299 or 2964052. OLE color: 2964052.
HSL color Cylindrical-coordinate representation of color #543A2D: hue angle of 20º 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 #543A2D is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 58 | 45 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.67 |
| HSL | 20º | 0.3% | 0.25% | - |
| HSV(B) | 20º | 0.46% | 0.33% | - |
| XYZ | 5.64 | 5.1 | 3.17 | - |
| YUV | 64.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 58 | 45 | 0 | 0.31 | 0.46 | 0.67 | 20 | 0.3 | 0.25 |
| Hex | 54 | 3A | 2D | 0 | 1F | 2E | 43 | 14 | 1E | 19 |
| Octal | 124 | 72 | 55 | 0 | 37 | 56 | 103 | 24 | 36 | 31 |
| Binary | 1010100 | 111010 | 101101 | 0 | 11111 | 101110 | 1000011 | 10100 | 11110 | 11001 |
Color Harmonies of #543A2D
Complementary color
Monochromatic Colors of #543A2D
Black with #543A2D
Text Example
Text Example
White with #543A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543A2D; }
p { color: rgb(84,58,45); }
H1.HeaderClassName
{
color: #543A2D;
}
.AnyTagClassName
{
color: #543A2D;
}
</style>
background-color css
<style>
a { background-color: #543A2D; }
a { background-color: rgb(84,58,45); }
div.DivClassName
{
background-color: #543A2D;
}
.BgClassName
{
background-color: #543A2D;
}
</style>
border-color css
<style>
span { border-color: #543A2D; }
span { border-color: rgb(84,58,45); }
td.TdClassName
{
border-color: #543A2D;
}
.TagClassName
{
border-color: #543A2D;
}
</style>