Shades of Bronze Olive #584A10
Tints of Bronze Olive #584A10
RGB
CMYK
RGB Variations
Color information
#584A10 (or 0x584A10) is known color: Bronze Olive. HEX triplet: 58, 4A and 10. RGB value is (88,74,16). Sum of RGB (Red+Green+Blue) = 88+74+16=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A10 is #A7B5EF. Grayscale: #474747. Windows color (decimal): -10991088 or 1067608. OLE color: 1067608.
HSL color Cylindrical-coordinate representation of color #584A10: hue angle of 48.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #584A10 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 16 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.65 |
| HSL | 48.33º | 0.69% | 0.2% | - |
| HSV(B) | 48.33º | 0.82% | 0.35% | - |
| XYZ | 6.57 | 7.01 | 1.5 | - |
| YUV | 71.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 16 | 0 | 0.16 | 0.82 | 0.65 | 48.33 | 0.69 | 0.2 |
| Hex | 58 | 4A | 10 | 0 | 10 | 52 | 41 | 30 | 45 | 14 |
| Octal | 130 | 112 | 20 | 0 | 20 | 122 | 101 | 60 | 105 | 24 |
| Binary | 1011000 | 1001010 | 10000 | 0 | 10000 | 1010010 | 1000001 | 110000 | 1000101 | 10100 |
Color Harmonies of #584A10
Complementary color
Monochromatic Colors of #584A10
Black with #584A10
Text Example
Text Example
White with #584A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A10; }
p { color: rgb(88,74,16); }
H1.HeaderClassName
{
color: #584A10;
}
.AnyTagClassName
{
color: #584A10;
}
</style>
background-color css
<style>
a { background-color: #584A10; }
a { background-color: rgb(88,74,16); }
div.DivClassName
{
background-color: #584A10;
}
.BgClassName
{
background-color: #584A10;
}
</style>
border-color css
<style>
span { border-color: #584A10; }
span { border-color: rgb(88,74,16); }
td.TdClassName
{
border-color: #584A10;
}
.TagClassName
{
border-color: #584A10;
}
</style>