Shades of Bronze Olive #534F13
Tints of Bronze Olive #534F13
RGB
CMYK
RGB Variations
Color information
#534F13 (or 0x534F13) is known color: Bronze Olive. HEX triplet: 53, 4F and 13. RGB value is (83,79,19). Sum of RGB (Red+Green+Blue) = 83+79+19=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F13 is #ACB0EC. Grayscale: #494949. Windows color (decimal): -11317485 or 1265491. OLE color: 1265491.
HSL color Cylindrical-coordinate representation of color #534F13: hue angle of 56.25º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #534F13 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 19 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.67 |
| HSL | 56.25º | 0.63% | 0.2% | - |
| HSV(B) | 56.25º | 0.77% | 0.33% | - |
| XYZ | 6.48 | 7.48 | 1.72 | - |
| YUV | 73.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 19 | 0 | 0.05 | 0.77 | 0.67 | 56.25 | 0.63 | 0.2 |
| Hex | 53 | 4F | 13 | 0 | 5 | 4D | 43 | 38 | 3F | 14 |
| Octal | 123 | 117 | 23 | 0 | 5 | 115 | 103 | 70 | 77 | 24 |
| Binary | 1010011 | 1001111 | 10011 | 0 | 101 | 1001101 | 1000011 | 111000 | 111111 | 10100 |
Color Harmonies of #534F13
Complementary color
Monochromatic Colors of #534F13
Black with #534F13
Text Example
Text Example
White with #534F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F13; }
p { color: rgb(83,79,19); }
H1.HeaderClassName
{
color: #534F13;
}
.AnyTagClassName
{
color: #534F13;
}
</style>
background-color css
<style>
a { background-color: #534F13; }
a { background-color: rgb(83,79,19); }
div.DivClassName
{
background-color: #534F13;
}
.BgClassName
{
background-color: #534F13;
}
</style>
border-color css
<style>
span { border-color: #534F13; }
span { border-color: rgb(83,79,19); }
td.TdClassName
{
border-color: #534F13;
}
.TagClassName
{
border-color: #534F13;
}
</style>