Shades of Bronze Olive #5A4F1D
Tints of Bronze Olive #5A4F1D
RGB
CMYK
RGB Variations
Color information
#5A4F1D (or 0x5A4F1D) is known color: Bronze Olive. HEX triplet: 5A, 4F and 1D. RGB value is (90,79,29). Sum of RGB (Red+Green+Blue) = 90+79+29=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4F1D is #A5B0E2. Grayscale: #4C4C4C. Windows color (decimal): -10858723 or 1920858. OLE color: 1920858.
HSL color Cylindrical-coordinate representation of color #5A4F1D: hue angle of 49.18º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A4F1D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 79 | 29 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.65 |
| HSL | 49.18º | 0.51% | 0.23% | - |
| HSV(B) | 49.18º | 0.68% | 0.35% | - |
| XYZ | 7.23 | 7.85 | 2.3 | - |
| YUV | 76.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 29 | 0 | 0.12 | 0.68 | 0.65 | 49.18 | 0.51 | 0.23 |
| Hex | 5A | 4F | 1D | 0 | C | 44 | 41 | 31 | 33 | 17 |
| Octal | 132 | 117 | 35 | 0 | 14 | 104 | 101 | 61 | 63 | 27 |
| Binary | 1011010 | 1001111 | 11101 | 0 | 1100 | 1000100 | 1000001 | 110001 | 110011 | 10111 |
Color Harmonies of #5A4F1D
Complementary color
Monochromatic Colors of #5A4F1D
Black with #5A4F1D
Text Example
Text Example
White with #5A4F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F1D; }
p { color: rgb(90,79,29); }
H1.HeaderClassName
{
color: #5A4F1D;
}
.AnyTagClassName
{
color: #5A4F1D;
}
</style>
background-color css
<style>
a { background-color: #5A4F1D; }
a { background-color: rgb(90,79,29); }
div.DivClassName
{
background-color: #5A4F1D;
}
.BgClassName
{
background-color: #5A4F1D;
}
</style>
border-color css
<style>
span { border-color: #5A4F1D; }
span { border-color: rgb(90,79,29); }
td.TdClassName
{
border-color: #5A4F1D;
}
.TagClassName
{
border-color: #5A4F1D;
}
</style>