Shades of Bronze Olive #5A4F1B
Tints of Bronze Olive #5A4F1B
RGB
CMYK
RGB Variations
Color information
#5A4F1B (or 0x5A4F1B) is known color: Bronze Olive. HEX triplet: 5A, 4F and 1B. RGB value is (90,79,27). Sum of RGB (Red+Green+Blue) = 90+79+27=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4F1B is #A5B0E4. Grayscale: #4C4C4C. Windows color (decimal): -10858725 or 1789786. OLE color: 1789786.
HSL color Cylindrical-coordinate representation of color #5A4F1B: hue angle of 49.52º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A4F1B is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 79 | 27 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.65 |
| HSL | 49.52º | 0.54% | 0.23% | - |
| HSV(B) | 49.52º | 0.7% | 0.35% | - |
| XYZ | 7.21 | 7.84 | 2.17 | - |
| YUV | 76.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 27 | 0 | 0.12 | 0.70 | 0.65 | 49.52 | 0.54 | 0.23 |
| Hex | 5A | 4F | 1B | 0 | C | 46 | 41 | 32 | 36 | 17 |
| Octal | 132 | 117 | 33 | 0 | 14 | 106 | 101 | 62 | 66 | 27 |
| Binary | 1011010 | 1001111 | 11011 | 0 | 1100 | 1000110 | 1000001 | 110010 | 110110 | 10111 |
Color Harmonies of #5A4F1B
Complementary color
Monochromatic Colors of #5A4F1B
Black with #5A4F1B
Text Example
Text Example
White with #5A4F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F1B; }
p { color: rgb(90,79,27); }
H1.HeaderClassName
{
color: #5A4F1B;
}
.AnyTagClassName
{
color: #5A4F1B;
}
</style>
background-color css
<style>
a { background-color: #5A4F1B; }
a { background-color: rgb(90,79,27); }
div.DivClassName
{
background-color: #5A4F1B;
}
.BgClassName
{
background-color: #5A4F1B;
}
</style>
border-color css
<style>
span { border-color: #5A4F1B; }
span { border-color: rgb(90,79,27); }
td.TdClassName
{
border-color: #5A4F1B;
}
.TagClassName
{
border-color: #5A4F1B;
}
</style>