Shades of Bronze Olive #534928
Tints of Bronze Olive #534928
RGB
CMYK
RGB Variations
Color information
#534928 (or 0x534928) is known color: Bronze Olive. HEX triplet: 53, 49 and 28. RGB value is (83,73,40). Sum of RGB (Red+Green+Blue) = 83+73+40=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #534928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534928 is #ACB6D7. Grayscale: #484848. Windows color (decimal): -11319000 or 2640211. OLE color: 2640211.
HSL color Cylindrical-coordinate representation of color #534928: hue angle of 46.05º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534928 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 40 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.67 |
| HSL | 46.05º | 0.35% | 0.24% | - |
| HSV(B) | 46.05º | 0.52% | 0.33% | - |
| XYZ | 6.33 | 6.76 | 2.98 | - |
| YUV | 72.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 40 | 0 | 0.12 | 0.52 | 0.67 | 46.05 | 0.35 | 0.24 |
| Hex | 53 | 49 | 28 | 0 | C | 34 | 43 | 2E | 23 | 18 |
| Octal | 123 | 111 | 50 | 0 | 14 | 64 | 103 | 56 | 43 | 30 |
| Binary | 1010011 | 1001001 | 101000 | 0 | 1100 | 110100 | 1000011 | 101110 | 100011 | 11000 |
Color Harmonies of #534928
Complementary color
Monochromatic Colors of #534928
Black with #534928
Text Example
Text Example
White with #534928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534928; }
p { color: rgb(83,73,40); }
H1.HeaderClassName
{
color: #534928;
}
.AnyTagClassName
{
color: #534928;
}
</style>
background-color css
<style>
a { background-color: #534928; }
a { background-color: rgb(83,73,40); }
div.DivClassName
{
background-color: #534928;
}
.BgClassName
{
background-color: #534928;
}
</style>
border-color css
<style>
span { border-color: #534928; }
span { border-color: rgb(83,73,40); }
td.TdClassName
{
border-color: #534928;
}
.TagClassName
{
border-color: #534928;
}
</style>