Shades of Bronze Olive #534924
Tints of Bronze Olive #534924
RGB
CMYK
RGB Variations
Color information
#534924 (or 0x534924) is known color: Bronze Olive. HEX triplet: 53, 49 and 24. RGB value is (83,73,36). Sum of RGB (Red+Green+Blue) = 83+73+36=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #534924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534924 is #ACB6DB. Grayscale: #474747. Windows color (decimal): -11319004 or 2378067. OLE color: 2378067.
HSL color Cylindrical-coordinate representation of color #534924: hue angle of 47.23º 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 #534924 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 36 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.67 |
| HSL | 47.23º | 0.39% | 0.23% | - |
| HSV(B) | 47.23º | 0.57% | 0.33% | - |
| XYZ | 6.27 | 6.73 | 2.64 | - |
| YUV | 71.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 36 | 0 | 0.12 | 0.57 | 0.67 | 47.23 | 0.39 | 0.23 |
| Hex | 53 | 49 | 24 | 0 | C | 39 | 43 | 2F | 27 | 17 |
| Octal | 123 | 111 | 44 | 0 | 14 | 71 | 103 | 57 | 47 | 27 |
| Binary | 1010011 | 1001001 | 100100 | 0 | 1100 | 111001 | 1000011 | 101111 | 100111 | 10111 |
Color Harmonies of #534924
Complementary color
Monochromatic Colors of #534924
Black with #534924
Text Example
Text Example
White with #534924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534924; }
p { color: rgb(83,73,36); }
H1.HeaderClassName
{
color: #534924;
}
.AnyTagClassName
{
color: #534924;
}
</style>
background-color css
<style>
a { background-color: #534924; }
a { background-color: rgb(83,73,36); }
div.DivClassName
{
background-color: #534924;
}
.BgClassName
{
background-color: #534924;
}
</style>
border-color css
<style>
span { border-color: #534924; }
span { border-color: rgb(83,73,36); }
td.TdClassName
{
border-color: #534924;
}
.TagClassName
{
border-color: #534924;
}
</style>