Shades of Bronze Olive #534901
Tints of Bronze Olive #534901
RGB
CMYK
RGB Variations
Color information
#534901 (or 0x534901) is known color: Bronze Olive. HEX triplet: 53, 49 and 01. RGB value is (83,73,1). Sum of RGB (Red+Green+Blue) = 83+73+1=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534901 is #ACB6FE. Grayscale: #444444. Windows color (decimal): -11319039 or 84307. OLE color: 84307.
HSL color Cylindrical-coordinate representation of color #534901: hue angle of 52.68º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #534901 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.67 |
| HSL | 52.68º | 0.98% | 0.16% | - |
| HSV(B) | 52.68º | 0.99% | 0.33% | - |
| XYZ | 5.96 | 6.61 | 0.99 | - |
| YUV | 67.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 1 | 0 | 0.12 | 0.99 | 0.67 | 52.68 | 0.98 | 0.16 |
| Hex | 53 | 49 | 1 | 0 | C | 63 | 43 | 35 | 62 | 10 |
| Octal | 123 | 111 | 1 | 0 | 14 | 143 | 103 | 65 | 142 | 20 |
| Binary | 1010011 | 1001001 | 1 | 0 | 1100 | 1100011 | 1000011 | 110101 | 1100010 | 10000 |
Color Harmonies of #534901
Complementary color
Monochromatic Colors of #534901
Black with #534901
Text Example
Text Example
White with #534901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534901; }
p { color: rgb(83,73,1); }
H1.HeaderClassName
{
color: #534901;
}
.AnyTagClassName
{
color: #534901;
}
</style>
background-color css
<style>
a { background-color: #534901; }
a { background-color: rgb(83,73,1); }
div.DivClassName
{
background-color: #534901;
}
.BgClassName
{
background-color: #534901;
}
</style>
border-color css
<style>
span { border-color: #534901; }
span { border-color: rgb(83,73,1); }
td.TdClassName
{
border-color: #534901;
}
.TagClassName
{
border-color: #534901;
}
</style>