Shades of Deep Bronze #543D1F
Tints of Deep Bronze #543D1F
RGB
CMYK
RGB Variations
Color information
#543D1F (or 0x543D1F) is known color: Deep Bronze. HEX triplet: 54, 3D and 1F. RGB value is (84,61,31). Sum of RGB (Red+Green+Blue) = 84+61+31=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #543D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D1F is #ABC2E0. Grayscale: #404040. Windows color (decimal): -11256545 or 2047316. OLE color: 2047316.
HSL color Cylindrical-coordinate representation of color #543D1F: hue angle of 33.96º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #543D1F is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 61 | 31 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.67 |
| HSL | 33.96º | 0.46% | 0.23% | - |
| HSV(B) | 33.96º | 0.63% | 0.33% | - |
| XYZ | 5.57 | 5.32 | 2.03 | - |
| YUV | 64.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 61 | 31 | 0 | 0.27 | 0.63 | 0.67 | 33.96 | 0.46 | 0.23 |
| Hex | 54 | 3D | 1F | 0 | 1B | 3F | 43 | 22 | 2E | 17 |
| Octal | 124 | 75 | 37 | 0 | 33 | 77 | 103 | 42 | 56 | 27 |
| Binary | 1010100 | 111101 | 11111 | 0 | 11011 | 111111 | 1000011 | 100010 | 101110 | 10111 |
Color Harmonies of #543D1F
Complementary color
Monochromatic Colors of #543D1F
Black with #543D1F
Text Example
Text Example
White with #543D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543D1F; }
p { color: rgb(84,61,31); }
H1.HeaderClassName
{
color: #543D1F;
}
.AnyTagClassName
{
color: #543D1F;
}
</style>
background-color css
<style>
a { background-color: #543D1F; }
a { background-color: rgb(84,61,31); }
div.DivClassName
{
background-color: #543D1F;
}
.BgClassName
{
background-color: #543D1F;
}
</style>
border-color css
<style>
span { border-color: #543D1F; }
span { border-color: rgb(84,61,31); }
td.TdClassName
{
border-color: #543D1F;
}
.TagClassName
{
border-color: #543D1F;
}
</style>