Shades of Bronze Olive #534F18
Tints of Bronze Olive #534F18
RGB
CMYK
RGB Variations
Color information
#534F18 (or 0x534F18) is known color: Bronze Olive. HEX triplet: 53, 4F and 18. RGB value is (83,79,24). Sum of RGB (Red+Green+Blue) = 83+79+24=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F18 is #ACB0E7. Grayscale: #4A4A4A. Windows color (decimal): -11317480 or 1593171. OLE color: 1593171.
HSL color Cylindrical-coordinate representation of color #534F18: hue angle of 55.93º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #534F18 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 24 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.67 |
| HSL | 55.93º | 0.55% | 0.21% | - |
| HSV(B) | 55.93º | 0.71% | 0.33% | - |
| XYZ | 6.53 | 7.5 | 1.97 | - |
| YUV | 73.93 | 99.83 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 24 | 0 | 0.05 | 0.71 | 0.67 | 55.93 | 0.55 | 0.21 |
| Hex | 53 | 4F | 18 | 0 | 5 | 47 | 43 | 38 | 37 | 15 |
| Octal | 123 | 117 | 30 | 0 | 5 | 107 | 103 | 70 | 67 | 25 |
| Binary | 1010011 | 1001111 | 11000 | 0 | 101 | 1000111 | 1000011 | 111000 | 110111 | 10101 |
Color Harmonies of #534F18
Complementary color
Monochromatic Colors of #534F18
Black with #534F18
Text Example
Text Example
White with #534F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F18; }
p { color: rgb(83,79,24); }
H1.HeaderClassName
{
color: #534F18;
}
.AnyTagClassName
{
color: #534F18;
}
</style>
background-color css
<style>
a { background-color: #534F18; }
a { background-color: rgb(83,79,24); }
div.DivClassName
{
background-color: #534F18;
}
.BgClassName
{
background-color: #534F18;
}
</style>
border-color css
<style>
span { border-color: #534F18; }
span { border-color: rgb(83,79,24); }
td.TdClassName
{
border-color: #534F18;
}
.TagClassName
{
border-color: #534F18;
}
</style>