Shades of Bronze Olive #534F14
Tints of Bronze Olive #534F14
RGB
CMYK
RGB Variations
Color information
#534F14 (or 0x534F14) is known color: Bronze Olive. HEX triplet: 53, 4F and 14. RGB value is (83,79,20). Sum of RGB (Red+Green+Blue) = 83+79+20=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F14 is #ACB0EB. Grayscale: #494949. Windows color (decimal): -11317484 or 1331027. OLE color: 1331027.
HSL color Cylindrical-coordinate representation of color #534F14: hue angle of 56.19º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #534F14 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 20 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.67 |
| HSL | 56.19º | 0.61% | 0.2% | - |
| HSV(B) | 56.19º | 0.76% | 0.33% | - |
| XYZ | 6.49 | 7.48 | 1.76 | - |
| YUV | 73.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 20 | 0 | 0.05 | 0.76 | 0.67 | 56.19 | 0.61 | 0.2 |
| Hex | 53 | 4F | 14 | 0 | 5 | 4C | 43 | 38 | 3D | 14 |
| Octal | 123 | 117 | 24 | 0 | 5 | 114 | 103 | 70 | 75 | 24 |
| Binary | 1010011 | 1001111 | 10100 | 0 | 101 | 1001100 | 1000011 | 111000 | 111101 | 10100 |
Color Harmonies of #534F14
Complementary color
Monochromatic Colors of #534F14
Black with #534F14
Text Example
Text Example
White with #534F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F14; }
p { color: rgb(83,79,20); }
H1.HeaderClassName
{
color: #534F14;
}
.AnyTagClassName
{
color: #534F14;
}
</style>
background-color css
<style>
a { background-color: #534F14; }
a { background-color: rgb(83,79,20); }
div.DivClassName
{
background-color: #534F14;
}
.BgClassName
{
background-color: #534F14;
}
</style>
border-color css
<style>
span { border-color: #534F14; }
span { border-color: rgb(83,79,20); }
td.TdClassName
{
border-color: #534F14;
}
.TagClassName
{
border-color: #534F14;
}
</style>