Shades of Bronze Olive #534A25
Tints of Bronze Olive #534A25
RGB
CMYK
RGB Variations
Color information
#534A25 (or 0x534A25) is known color: Bronze Olive. HEX triplet: 53, 4A and 25. RGB value is (83,74,37). Sum of RGB (Red+Green+Blue) = 83+74+37=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A25 is #ACB5DA. Grayscale: #484848. Windows color (decimal): -11318747 or 2443859. OLE color: 2443859.
HSL color Cylindrical-coordinate representation of color #534A25: hue angle of 48.26º 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 #534A25 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 37 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.67 |
| HSL | 48.26º | 0.38% | 0.24% | - |
| HSV(B) | 48.26º | 0.55% | 0.33% | - |
| XYZ | 6.35 | 6.87 | 2.74 | - |
| YUV | 72.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 37 | 0 | 0.11 | 0.55 | 0.67 | 48.26 | 0.38 | 0.24 |
| Hex | 53 | 4A | 25 | 0 | B | 37 | 43 | 30 | 26 | 18 |
| Octal | 123 | 112 | 45 | 0 | 13 | 67 | 103 | 60 | 46 | 30 |
| Binary | 1010011 | 1001010 | 100101 | 0 | 1011 | 110111 | 1000011 | 110000 | 100110 | 11000 |
Color Harmonies of #534A25
Complementary color
Monochromatic Colors of #534A25
Black with #534A25
Text Example
Text Example
White with #534A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A25; }
p { color: rgb(83,74,37); }
H1.HeaderClassName
{
color: #534A25;
}
.AnyTagClassName
{
color: #534A25;
}
</style>
background-color css
<style>
a { background-color: #534A25; }
a { background-color: rgb(83,74,37); }
div.DivClassName
{
background-color: #534A25;
}
.BgClassName
{
background-color: #534A25;
}
</style>
border-color css
<style>
span { border-color: #534A25; }
span { border-color: rgb(83,74,37); }
td.TdClassName
{
border-color: #534A25;
}
.TagClassName
{
border-color: #534A25;
}
</style>