Shades of Bronze Olive #584A0B
Tints of Bronze Olive #584A0B
RGB
CMYK
RGB Variations
Color information
#584A0B (or 0x584A0B) is known color: Bronze Olive. HEX triplet: 58, 4A and 0B. RGB value is (88,74,11). Sum of RGB (Red+Green+Blue) = 88+74+11=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #584A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A0B is #A7B5F4. Grayscale: #474747. Windows color (decimal): -10991093 or 739928. OLE color: 739928.
HSL color Cylindrical-coordinate representation of color #584A0B: hue angle of 49.09º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #584A0B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 11 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.65 |
| HSL | 49.09º | 0.78% | 0.19% | - |
| HSV(B) | 49.09º | 0.88% | 0.35% | - |
| XYZ | 6.53 | 7 | 1.32 | - |
| YUV | 71 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 11 | 0 | 0.16 | 0.88 | 0.65 | 49.09 | 0.78 | 0.19 |
| Hex | 58 | 4A | B | 0 | 10 | 58 | 41 | 31 | 4E | 13 |
| Octal | 130 | 112 | 13 | 0 | 20 | 130 | 101 | 61 | 116 | 23 |
| Binary | 1011000 | 1001010 | 1011 | 0 | 10000 | 1011000 | 1000001 | 110001 | 1001110 | 10011 |
Color Harmonies of #584A0B
Complementary color
Monochromatic Colors of #584A0B
Black with #584A0B
Text Example
Text Example
White with #584A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A0B; }
p { color: rgb(88,74,11); }
H1.HeaderClassName
{
color: #584A0B;
}
.AnyTagClassName
{
color: #584A0B;
}
</style>
background-color css
<style>
a { background-color: #584A0B; }
a { background-color: rgb(88,74,11); }
div.DivClassName
{
background-color: #584A0B;
}
.BgClassName
{
background-color: #584A0B;
}
</style>
border-color css
<style>
span { border-color: #584A0B; }
span { border-color: rgb(88,74,11); }
td.TdClassName
{
border-color: #584A0B;
}
.TagClassName
{
border-color: #584A0B;
}
</style>