Shades of Bronze Olive #534905
Tints of Bronze Olive #534905
RGB
CMYK
RGB Variations
Color information
#534905 (or 0x534905) is known color: Bronze Olive. HEX triplet: 53, 49 and 05. RGB value is (83,73,5). Sum of RGB (Red+Green+Blue) = 83+73+5=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534905 is #ACB6FA. Grayscale: #444444. Windows color (decimal): -11319035 or 346451. OLE color: 346451.
HSL color Cylindrical-coordinate representation of color #534905: hue angle of 52.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534905 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 5 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.67 |
| HSL | 52.31º | 0.89% | 0.17% | - |
| HSV(B) | 52.31º | 0.94% | 0.33% | - |
| XYZ | 5.98 | 6.62 | 1.11 | - |
| YUV | 68.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 5 | 0 | 0.12 | 0.94 | 0.67 | 52.31 | 0.89 | 0.17 |
| Hex | 53 | 49 | 5 | 0 | C | 5E | 43 | 34 | 59 | 11 |
| Octal | 123 | 111 | 5 | 0 | 14 | 136 | 103 | 64 | 131 | 21 |
| Binary | 1010011 | 1001001 | 101 | 0 | 1100 | 1011110 | 1000011 | 110100 | 1011001 | 10001 |
Color Harmonies of #534905
Complementary color
Monochromatic Colors of #534905
Black with #534905
Text Example
Text Example
White with #534905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534905; }
p { color: rgb(83,73,5); }
H1.HeaderClassName
{
color: #534905;
}
.AnyTagClassName
{
color: #534905;
}
</style>
background-color css
<style>
a { background-color: #534905; }
a { background-color: rgb(83,73,5); }
div.DivClassName
{
background-color: #534905;
}
.BgClassName
{
background-color: #534905;
}
</style>
border-color css
<style>
span { border-color: #534905; }
span { border-color: rgb(83,73,5); }
td.TdClassName
{
border-color: #534905;
}
.TagClassName
{
border-color: #534905;
}
</style>