Shades of Bronze Olive #5A530B
Tints of Bronze Olive #5A530B
RGB
CMYK
RGB Variations
Color information
#5A530B (or 0x5A530B) is known color: Bronze Olive. HEX triplet: 5A, 53 and 0B. RGB value is (90,83,11). Sum of RGB (Red+Green+Blue) = 90+83+11=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A530B is #A5ACF4. Grayscale: #4D4D4D. Windows color (decimal): -10857717 or 742234. OLE color: 742234.
HSL color Cylindrical-coordinate representation of color #5A530B: hue angle of 54.68º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A530B is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 11 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.65 |
| HSL | 54.68º | 0.78% | 0.2% | - |
| HSV(B) | 54.68º | 0.88% | 0.35% | - |
| XYZ | 7.37 | 8.38 | 1.55 | - |
| YUV | 76.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 11 | 0 | 0.08 | 0.88 | 0.65 | 54.68 | 0.78 | 0.2 |
| Hex | 5A | 53 | B | 0 | 8 | 58 | 41 | 37 | 4E | 14 |
| Octal | 132 | 123 | 13 | 0 | 10 | 130 | 101 | 67 | 116 | 24 |
| Binary | 1011010 | 1010011 | 1011 | 0 | 1000 | 1011000 | 1000001 | 110111 | 1001110 | 10100 |
Color Harmonies of #5A530B
Complementary color
Monochromatic Colors of #5A530B
Black with #5A530B
Text Example
Text Example
White with #5A530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A530B; }
p { color: rgb(90,83,11); }
H1.HeaderClassName
{
color: #5A530B;
}
.AnyTagClassName
{
color: #5A530B;
}
</style>
background-color css
<style>
a { background-color: #5A530B; }
a { background-color: rgb(90,83,11); }
div.DivClassName
{
background-color: #5A530B;
}
.BgClassName
{
background-color: #5A530B;
}
</style>
border-color css
<style>
span { border-color: #5A530B; }
span { border-color: rgb(90,83,11); }
td.TdClassName
{
border-color: #5A530B;
}
.TagClassName
{
border-color: #5A530B;
}
</style>