Shades of Bronze Olive #5A5308
Tints of Bronze Olive #5A5308
RGB
CMYK
RGB Variations
Color information
#5A5308 (or 0x5A5308) is known color: Bronze Olive. HEX triplet: 5A, 53 and 08. RGB value is (90,83,8). Sum of RGB (Red+Green+Blue) = 90+83+8=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5308 is #A5ACF7. Grayscale: #4C4C4C. Windows color (decimal): -10857720 or 545626. OLE color: 545626.
HSL color Cylindrical-coordinate representation of color #5A5308: hue angle of 54.88º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A5308 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 8 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.65 |
| HSL | 54.88º | 0.84% | 0.19% | - |
| HSV(B) | 54.88º | 0.91% | 0.35% | - |
| XYZ | 7.35 | 8.38 | 1.46 | - |
| YUV | 76.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 8 | 0 | 0.08 | 0.91 | 0.65 | 54.88 | 0.84 | 0.19 |
| Hex | 5A | 53 | 8 | 0 | 8 | 5B | 41 | 37 | 54 | 13 |
| Octal | 132 | 123 | 10 | 0 | 10 | 133 | 101 | 67 | 124 | 23 |
| Binary | 1011010 | 1010011 | 1000 | 0 | 1000 | 1011011 | 1000001 | 110111 | 1010100 | 10011 |
Color Harmonies of #5A5308
Complementary color
Monochromatic Colors of #5A5308
Black with #5A5308
Text Example
Text Example
White with #5A5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5308; }
p { color: rgb(90,83,8); }
H1.HeaderClassName
{
color: #5A5308;
}
.AnyTagClassName
{
color: #5A5308;
}
</style>
background-color css
<style>
a { background-color: #5A5308; }
a { background-color: rgb(90,83,8); }
div.DivClassName
{
background-color: #5A5308;
}
.BgClassName
{
background-color: #5A5308;
}
</style>
border-color css
<style>
span { border-color: #5A5308; }
span { border-color: rgb(90,83,8); }
td.TdClassName
{
border-color: #5A5308;
}
.TagClassName
{
border-color: #5A5308;
}
</style>