Shades of Bronze Olive #5A501F
Tints of Bronze Olive #5A501F
RGB
CMYK
RGB Variations
Color information
#5A501F (or 0x5A501F) is known color: Bronze Olive. HEX triplet: 5A, 50 and 1F. RGB value is (90,80,31). Sum of RGB (Red+Green+Blue) = 90+80+31=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A501F is #A5AFE0. Grayscale: #4D4D4D. Windows color (decimal): -10858465 or 2052186. OLE color: 2052186.
HSL color Cylindrical-coordinate representation of color #5A501F: hue angle of 49.83º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A501F is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 31 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.65 |
| HSL | 49.83º | 0.49% | 0.24% | - |
| HSV(B) | 49.83º | 0.66% | 0.35% | - |
| XYZ | 7.33 | 8.01 | 2.46 | - |
| YUV | 77.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 31 | 0 | 0.11 | 0.66 | 0.65 | 49.83 | 0.49 | 0.24 |
| Hex | 5A | 50 | 1F | 0 | B | 42 | 41 | 32 | 31 | 18 |
| Octal | 132 | 120 | 37 | 0 | 13 | 102 | 101 | 62 | 61 | 30 |
| Binary | 1011010 | 1010000 | 11111 | 0 | 1011 | 1000010 | 1000001 | 110010 | 110001 | 11000 |
Color Harmonies of #5A501F
Complementary color
Monochromatic Colors of #5A501F
Black with #5A501F
Text Example
Text Example
White with #5A501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A501F; }
p { color: rgb(90,80,31); }
H1.HeaderClassName
{
color: #5A501F;
}
.AnyTagClassName
{
color: #5A501F;
}
</style>
background-color css
<style>
a { background-color: #5A501F; }
a { background-color: rgb(90,80,31); }
div.DivClassName
{
background-color: #5A501F;
}
.BgClassName
{
background-color: #5A501F;
}
</style>
border-color css
<style>
span { border-color: #5A501F; }
span { border-color: rgb(90,80,31); }
td.TdClassName
{
border-color: #5A501F;
}
.TagClassName
{
border-color: #5A501F;
}
</style>