Shades of Bronze Olive #5A4B01
Tints of Bronze Olive #5A4B01
RGB
CMYK
RGB Variations
Color information
#5A4B01 (or 0x5A4B01) is known color: Bronze Olive. HEX triplet: 5A, 4B and 01. RGB value is (90,75,1). Sum of RGB (Red+Green+Blue) = 90+75+1=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B01 is #A5B4FE. Grayscale: #474747. Windows color (decimal): -10859775 or 84826. OLE color: 84826.
HSL color Cylindrical-coordinate representation of color #5A4B01: hue angle of 49.89º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A4B01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.65 |
| HSL | 49.89º | 0.98% | 0.18% | - |
| HSV(B) | 49.89º | 0.99% | 0.35% | - |
| XYZ | 6.74 | 7.21 | 1.06 | - |
| YUV | 71.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 1 | 0 | 0.17 | 0.99 | 0.65 | 49.89 | 0.98 | 0.18 |
| Hex | 5A | 4B | 1 | 0 | 11 | 63 | 41 | 32 | 62 | 12 |
| Octal | 132 | 113 | 1 | 0 | 21 | 143 | 101 | 62 | 142 | 22 |
| Binary | 1011010 | 1001011 | 1 | 0 | 10001 | 1100011 | 1000001 | 110010 | 1100010 | 10010 |
Color Harmonies of #5A4B01
Complementary color
Monochromatic Colors of #5A4B01
Black with #5A4B01
Text Example
Text Example
White with #5A4B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B01; }
p { color: rgb(90,75,1); }
H1.HeaderClassName
{
color: #5A4B01;
}
.AnyTagClassName
{
color: #5A4B01;
}
</style>
background-color css
<style>
a { background-color: #5A4B01; }
a { background-color: rgb(90,75,1); }
div.DivClassName
{
background-color: #5A4B01;
}
.BgClassName
{
background-color: #5A4B01;
}
</style>
border-color css
<style>
span { border-color: #5A4B01; }
span { border-color: rgb(90,75,1); }
td.TdClassName
{
border-color: #5A4B01;
}
.TagClassName
{
border-color: #5A4B01;
}
</style>