Shades of Bronze Olive #5A4D1D
Tints of Bronze Olive #5A4D1D
RGB
CMYK
RGB Variations
Color information
#5A4D1D (or 0x5A4D1D) is known color: Bronze Olive. HEX triplet: 5A, 4D and 1D. RGB value is (90,77,29). Sum of RGB (Red+Green+Blue) = 90+77+29=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D1D is #A5B2E2. Grayscale: #4B4B4B. Windows color (decimal): -10859235 or 1920346. OLE color: 1920346.
HSL color Cylindrical-coordinate representation of color #5A4D1D: hue angle of 47.21º 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 #5A4D1D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 29 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.65 |
| HSL | 47.21º | 0.51% | 0.23% | - |
| HSV(B) | 47.21º | 0.68% | 0.35% | - |
| XYZ | 7.09 | 7.57 | 2.25 | - |
| YUV | 75.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 29 | 0 | 0.14 | 0.68 | 0.65 | 47.21 | 0.51 | 0.23 |
| Hex | 5A | 4D | 1D | 0 | E | 44 | 41 | 2F | 33 | 17 |
| Octal | 132 | 115 | 35 | 0 | 16 | 104 | 101 | 57 | 63 | 27 |
| Binary | 1011010 | 1001101 | 11101 | 0 | 1110 | 1000100 | 1000001 | 101111 | 110011 | 10111 |
Color Harmonies of #5A4D1D
Complementary color
Monochromatic Colors of #5A4D1D
Black with #5A4D1D
Text Example
Text Example
White with #5A4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D1D; }
p { color: rgb(90,77,29); }
H1.HeaderClassName
{
color: #5A4D1D;
}
.AnyTagClassName
{
color: #5A4D1D;
}
</style>
background-color css
<style>
a { background-color: #5A4D1D; }
a { background-color: rgb(90,77,29); }
div.DivClassName
{
background-color: #5A4D1D;
}
.BgClassName
{
background-color: #5A4D1D;
}
</style>
border-color css
<style>
span { border-color: #5A4D1D; }
span { border-color: rgb(90,77,29); }
td.TdClassName
{
border-color: #5A4D1D;
}
.TagClassName
{
border-color: #5A4D1D;
}
</style>