Shades of Bronze Olive #534800
Tints of Bronze Olive #534800
RGB
CMYK
RGB Variations
Color information
#534800 (or 0x534800) is known color: Bronze Olive. HEX triplet: 53, 48 and 00. RGB value is (83,72,0). Sum of RGB (Red+Green+Blue) = 83+72+0=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534800 is #ACB7FF. Grayscale: #434343. Windows color (decimal): -11319296 or 18515. OLE color: 18515.
HSL color Cylindrical-coordinate representation of color #534800: hue angle of 52.05º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #534800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.67 |
| HSL | 52.05º | 1% | 0.16% | - |
| HSV(B) | 52.05º | 1% | 0.33% | - |
| XYZ | 5.88 | 6.47 | 0.94 | - |
| YUV | 67.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 0 | 0 | 0.13 | 1 | 0.67 | 52.05 | 1 | 0.16 |
| Hex | 53 | 48 | 0 | 0 | D | 64 | 43 | 34 | 64 | 10 |
| Octal | 123 | 110 | 0 | 0 | 15 | 144 | 103 | 64 | 144 | 20 |
| Binary | 1010011 | 1001000 | 0 | 0 | 1101 | 1100100 | 1000011 | 110100 | 1100100 | 10000 |
Color Harmonies of #534800
Complementary color
Monochromatic Colors of #534800
Black with #534800
Text Example
Text Example
White with #534800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534800; }
p { color: rgb(83,72,0); }
H1.HeaderClassName
{
color: #534800;
}
.AnyTagClassName
{
color: #534800;
}
</style>
background-color css
<style>
a { background-color: #534800; }
a { background-color: rgb(83,72,0); }
div.DivClassName
{
background-color: #534800;
}
.BgClassName
{
background-color: #534800;
}
</style>
border-color css
<style>
span { border-color: #534800; }
span { border-color: rgb(83,72,0); }
td.TdClassName
{
border-color: #534800;
}
.TagClassName
{
border-color: #534800;
}
</style>