Shades of Very Dark Brown #543C2F
Tints of Very Dark Brown #543C2F
RGB
CMYK
RGB Variations
Color information
#543C2F (or 0x543C2F) is known color: Very Dark Brown. HEX triplet: 54, 3C and 2F. RGB value is (84,60,47). Sum of RGB (Red+Green+Blue) = 84+60+47=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 84 - color contains mainly: red. Hex color #543C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543C2F is #ABC3D0. Grayscale: #414141. Windows color (decimal): -11256785 or 3095636. OLE color: 3095636.
HSL color Cylindrical-coordinate representation of color #543C2F: hue angle of 21.08º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #543C2F is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 60 | 47 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.67 |
| HSL | 21.08º | 0.28% | 0.26% | - |
| HSV(B) | 21.08º | 0.44% | 0.33% | - |
| XYZ | 5.79 | 5.32 | 3.41 | - |
| YUV | 65.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 47 | 0 | 0.29 | 0.44 | 0.67 | 21.08 | 0.28 | 0.26 |
| Hex | 54 | 3C | 2F | 0 | 1D | 2C | 43 | 15 | 1C | 1A |
| Octal | 124 | 74 | 57 | 0 | 35 | 54 | 103 | 25 | 34 | 32 |
| Binary | 1010100 | 111100 | 101111 | 0 | 11101 | 101100 | 1000011 | 10101 | 11100 | 11010 |
Color Harmonies of #543C2F
Complementary color
Monochromatic Colors of #543C2F
Black with #543C2F
Text Example
Text Example
White with #543C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C2F; }
p { color: rgb(84,60,47); }
H1.HeaderClassName
{
color: #543C2F;
}
.AnyTagClassName
{
color: #543C2F;
}
</style>
background-color css
<style>
a { background-color: #543C2F; }
a { background-color: rgb(84,60,47); }
div.DivClassName
{
background-color: #543C2F;
}
.BgClassName
{
background-color: #543C2F;
}
</style>
border-color css
<style>
span { border-color: #543C2F; }
span { border-color: rgb(84,60,47); }
td.TdClassName
{
border-color: #543C2F;
}
.TagClassName
{
border-color: #543C2F;
}
</style>