Shades of Bronze Olive #534F24
Tints of Bronze Olive #534F24
RGB
CMYK
RGB Variations
Color information
#534F24 (or 0x534F24) is known color: Bronze Olive. HEX triplet: 53, 4F and 24. RGB value is (83,79,36). Sum of RGB (Red+Green+Blue) = 83+79+36=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #534F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F24 is #ACB0DB. Grayscale: #4B4B4B. Windows color (decimal): -11317468 or 2379603. OLE color: 2379603.
HSL color Cylindrical-coordinate representation of color #534F24: hue angle of 54.89º 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 #534F24 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 36 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.67 |
| HSL | 54.89º | 0.39% | 0.23% | - |
| HSV(B) | 54.89º | 0.57% | 0.33% | - |
| XYZ | 6.68 | 7.56 | 2.78 | - |
| YUV | 75.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 36 | 0 | 0.05 | 0.57 | 0.67 | 54.89 | 0.39 | 0.23 |
| Hex | 53 | 4F | 24 | 0 | 5 | 39 | 43 | 37 | 27 | 17 |
| Octal | 123 | 117 | 44 | 0 | 5 | 71 | 103 | 67 | 47 | 27 |
| Binary | 1010011 | 1001111 | 100100 | 0 | 101 | 111001 | 1000011 | 110111 | 100111 | 10111 |
Color Harmonies of #534F24
Complementary color
Monochromatic Colors of #534F24
Black with #534F24
Text Example
Text Example
White with #534F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F24; }
p { color: rgb(83,79,36); }
H1.HeaderClassName
{
color: #534F24;
}
.AnyTagClassName
{
color: #534F24;
}
</style>
background-color css
<style>
a { background-color: #534F24; }
a { background-color: rgb(83,79,36); }
div.DivClassName
{
background-color: #534F24;
}
.BgClassName
{
background-color: #534F24;
}
</style>
border-color css
<style>
span { border-color: #534F24; }
span { border-color: rgb(83,79,36); }
td.TdClassName
{
border-color: #534F24;
}
.TagClassName
{
border-color: #534F24;
}
</style>