Shades of Bronze Olive #584A1F
Tints of Bronze Olive #584A1F
RGB
CMYK
RGB Variations
Color information
#584A1F (or 0x584A1F) is known color: Bronze Olive. HEX triplet: 58, 4A and 1F. RGB value is (88,74,31). Sum of RGB (Red+Green+Blue) = 88+74+31=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #584A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A1F is #A7B5E0. Grayscale: #494949. Windows color (decimal): -10991073 or 2050648. OLE color: 2050648.
HSL color Cylindrical-coordinate representation of color #584A1F: hue angle of 45.26º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584A1F is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 74 | 31 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.65 |
| HSL | 45.26º | 0.48% | 0.23% | - |
| HSV(B) | 45.26º | 0.65% | 0.35% | - |
| XYZ | 6.72 | 7.07 | 2.31 | - |
| YUV | 73.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 31 | 0 | 0.16 | 0.65 | 0.65 | 45.26 | 0.48 | 0.23 |
| Hex | 58 | 4A | 1F | 0 | 10 | 41 | 41 | 2D | 30 | 17 |
| Octal | 130 | 112 | 37 | 0 | 20 | 101 | 101 | 55 | 60 | 27 |
| Binary | 1011000 | 1001010 | 11111 | 0 | 10000 | 1000001 | 1000001 | 101101 | 110000 | 10111 |
Color Harmonies of #584A1F
Complementary color
Monochromatic Colors of #584A1F
Black with #584A1F
Text Example
Text Example
White with #584A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A1F; }
p { color: rgb(88,74,31); }
H1.HeaderClassName
{
color: #584A1F;
}
.AnyTagClassName
{
color: #584A1F;
}
</style>
background-color css
<style>
a { background-color: #584A1F; }
a { background-color: rgb(88,74,31); }
div.DivClassName
{
background-color: #584A1F;
}
.BgClassName
{
background-color: #584A1F;
}
</style>
border-color css
<style>
span { border-color: #584A1F; }
span { border-color: rgb(88,74,31); }
td.TdClassName
{
border-color: #584A1F;
}
.TagClassName
{
border-color: #584A1F;
}
</style>