Shades of Bronze Olive #534925
Tints of Bronze Olive #534925
RGB
CMYK
RGB Variations
Color information
#534925 (or 0x534925) is known color: Bronze Olive. HEX triplet: 53, 49 and 25. RGB value is (83,73,37). Sum of RGB (Red+Green+Blue) = 83+73+37=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534925 is #ACB6DA. Grayscale: #484848. Windows color (decimal): -11319003 or 2443603. OLE color: 2443603.
HSL color Cylindrical-coordinate representation of color #534925: hue angle of 46.96º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534925 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 37 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.67 |
| HSL | 46.96º | 0.38% | 0.24% | - |
| HSV(B) | 46.96º | 0.55% | 0.33% | - |
| XYZ | 6.28 | 6.74 | 2.72 | - |
| YUV | 71.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 37 | 0 | 0.12 | 0.55 | 0.67 | 46.96 | 0.38 | 0.24 |
| Hex | 53 | 49 | 25 | 0 | C | 37 | 43 | 2F | 26 | 18 |
| Octal | 123 | 111 | 45 | 0 | 14 | 67 | 103 | 57 | 46 | 30 |
| Binary | 1010011 | 1001001 | 100101 | 0 | 1100 | 110111 | 1000011 | 101111 | 100110 | 11000 |
Color Harmonies of #534925
Complementary color
Monochromatic Colors of #534925
Black with #534925
Text Example
Text Example
White with #534925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534925; }
p { color: rgb(83,73,37); }
H1.HeaderClassName
{
color: #534925;
}
.AnyTagClassName
{
color: #534925;
}
</style>
background-color css
<style>
a { background-color: #534925; }
a { background-color: rgb(83,73,37); }
div.DivClassName
{
background-color: #534925;
}
.BgClassName
{
background-color: #534925;
}
</style>
border-color css
<style>
span { border-color: #534925; }
span { border-color: rgb(83,73,37); }
td.TdClassName
{
border-color: #534925;
}
.TagClassName
{
border-color: #534925;
}
</style>