Shades of Bronze Olive #534D24
Tints of Bronze Olive #534D24
RGB
CMYK
RGB Variations
Color information
#534D24 (or 0x534D24) is known color: Bronze Olive. HEX triplet: 53, 4D and 24. RGB value is (83,77,36). Sum of RGB (Red+Green+Blue) = 83+77+36=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D24 is #ACB2DB. Grayscale: #4A4A4A. Windows color (decimal): -11317980 or 2379091. OLE color: 2379091.
HSL color Cylindrical-coordinate representation of color #534D24: hue angle of 52.34º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534D24 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 36 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.67 |
| HSL | 52.34º | 0.39% | 0.23% | - |
| HSV(B) | 52.34º | 0.57% | 0.33% | - |
| XYZ | 6.54 | 7.27 | 2.73 | - |
| YUV | 74.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 36 | 0 | 0.07 | 0.57 | 0.67 | 52.34 | 0.39 | 0.23 |
| Hex | 53 | 4D | 24 | 0 | 7 | 39 | 43 | 34 | 27 | 17 |
| Octal | 123 | 115 | 44 | 0 | 7 | 71 | 103 | 64 | 47 | 27 |
| Binary | 1010011 | 1001101 | 100100 | 0 | 111 | 111001 | 1000011 | 110100 | 100111 | 10111 |
Color Harmonies of #534D24
Complementary color
Monochromatic Colors of #534D24
Black with #534D24
Text Example
Text Example
White with #534D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D24; }
p { color: rgb(83,77,36); }
H1.HeaderClassName
{
color: #534D24;
}
.AnyTagClassName
{
color: #534D24;
}
</style>
background-color css
<style>
a { background-color: #534D24; }
a { background-color: rgb(83,77,36); }
div.DivClassName
{
background-color: #534D24;
}
.BgClassName
{
background-color: #534D24;
}
</style>
border-color css
<style>
span { border-color: #534D24; }
span { border-color: rgb(83,77,36); }
td.TdClassName
{
border-color: #534D24;
}
.TagClassName
{
border-color: #534D24;
}
</style>