Shades of Bronze Olive #5A4624
Tints of Bronze Olive #5A4624
RGB
CMYK
RGB Variations
Color information
#5A4624 (or 0x5A4624) is known color: Bronze Olive. HEX triplet: 5A, 46 and 24. RGB value is (90,70,36). Sum of RGB (Red+Green+Blue) = 90+70+36=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4624 is #A5B9DB. Grayscale: #484848. Windows color (decimal): -10861020 or 2377306. OLE color: 2377306.
HSL color Cylindrical-coordinate representation of color #5A4624: hue angle of 37.78º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4624 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 36 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.65 |
| HSL | 37.78º | 0.43% | 0.25% | - |
| HSV(B) | 37.78º | 0.6% | 0.35% | - |
| XYZ | 6.73 | 6.68 | 2.6 | - |
| YUV | 72.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 36 | 0 | 0.22 | 0.60 | 0.65 | 37.78 | 0.43 | 0.25 |
| Hex | 5A | 46 | 24 | 0 | 16 | 3C | 41 | 26 | 2B | 19 |
| Octal | 132 | 106 | 44 | 0 | 26 | 74 | 101 | 46 | 53 | 31 |
| Binary | 1011010 | 1000110 | 100100 | 0 | 10110 | 111100 | 1000001 | 100110 | 101011 | 11001 |
Color Harmonies of #5A4624
Complementary color
Monochromatic Colors of #5A4624
Black with #5A4624
Text Example
Text Example
White with #5A4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4624; }
p { color: rgb(90,70,36); }
H1.HeaderClassName
{
color: #5A4624;
}
.AnyTagClassName
{
color: #5A4624;
}
</style>
background-color css
<style>
a { background-color: #5A4624; }
a { background-color: rgb(90,70,36); }
div.DivClassName
{
background-color: #5A4624;
}
.BgClassName
{
background-color: #5A4624;
}
</style>
border-color css
<style>
span { border-color: #5A4624; }
span { border-color: rgb(90,70,36); }
td.TdClassName
{
border-color: #5A4624;
}
.TagClassName
{
border-color: #5A4624;
}
</style>