Shades of Bronze Olive #5A4B08
Tints of Bronze Olive #5A4B08
RGB
CMYK
RGB Variations
Color information
#5A4B08 (or 0x5A4B08) is known color: Bronze Olive. HEX triplet: 5A, 4B and 08. RGB value is (90,75,8). Sum of RGB (Red+Green+Blue) = 90+75+8=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B08 is #A5B4F7. Grayscale: #484848. Windows color (decimal): -10859768 or 543578. OLE color: 543578.
HSL color Cylindrical-coordinate representation of color #5A4B08: hue angle of 49.02º 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 #5A4B08 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 8 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.65 |
| HSL | 49.02º | 0.84% | 0.19% | - |
| HSV(B) | 49.02º | 0.91% | 0.35% | - |
| XYZ | 6.78 | 7.22 | 1.27 | - |
| YUV | 71.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 8 | 0 | 0.17 | 0.91 | 0.65 | 49.02 | 0.84 | 0.19 |
| Hex | 5A | 4B | 8 | 0 | 11 | 5B | 41 | 31 | 54 | 13 |
| Octal | 132 | 113 | 10 | 0 | 21 | 133 | 101 | 61 | 124 | 23 |
| Binary | 1011010 | 1001011 | 1000 | 0 | 10001 | 1011011 | 1000001 | 110001 | 1010100 | 10011 |
Color Harmonies of #5A4B08
Complementary color
Monochromatic Colors of #5A4B08
Black with #5A4B08
Text Example
Text Example
White with #5A4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B08; }
p { color: rgb(90,75,8); }
H1.HeaderClassName
{
color: #5A4B08;
}
.AnyTagClassName
{
color: #5A4B08;
}
</style>
background-color css
<style>
a { background-color: #5A4B08; }
a { background-color: rgb(90,75,8); }
div.DivClassName
{
background-color: #5A4B08;
}
.BgClassName
{
background-color: #5A4B08;
}
</style>
border-color css
<style>
span { border-color: #5A4B08; }
span { border-color: rgb(90,75,8); }
td.TdClassName
{
border-color: #5A4B08;
}
.TagClassName
{
border-color: #5A4B08;
}
</style>