Shades of Bronze Olive #584C13
Tints of Bronze Olive #584C13
RGB
CMYK
RGB Variations
Color information
#584C13 (or 0x584C13) is known color: Bronze Olive. HEX triplet: 58, 4C and 13. RGB value is (88,76,19). Sum of RGB (Red+Green+Blue) = 88+76+19=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C13 is #A7B3EC. Grayscale: #494949. Windows color (decimal): -10990573 or 1264728. OLE color: 1264728.
HSL color Cylindrical-coordinate representation of color #584C13: hue angle of 49.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #584C13 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 76 | 19 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.65 |
| HSL | 49.57º | 0.64% | 0.21% | - |
| HSV(B) | 49.57º | 0.78% | 0.35% | - |
| XYZ | 6.73 | 7.29 | 1.67 | - |
| YUV | 73.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 19 | 0 | 0.14 | 0.78 | 0.65 | 49.57 | 0.64 | 0.21 |
| Hex | 58 | 4C | 13 | 0 | E | 4E | 41 | 32 | 40 | 15 |
| Octal | 130 | 114 | 23 | 0 | 16 | 116 | 101 | 62 | 100 | 25 |
| Binary | 1011000 | 1001100 | 10011 | 0 | 1110 | 1001110 | 1000001 | 110010 | 1000000 | 10101 |
Color Harmonies of #584C13
Complementary color
Monochromatic Colors of #584C13
Black with #584C13
Text Example
Text Example
White with #584C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584C13; }
p { color: rgb(88,76,19); }
H1.HeaderClassName
{
color: #584C13;
}
.AnyTagClassName
{
color: #584C13;
}
</style>
background-color css
<style>
a { background-color: #584C13; }
a { background-color: rgb(88,76,19); }
div.DivClassName
{
background-color: #584C13;
}
.BgClassName
{
background-color: #584C13;
}
</style>
border-color css
<style>
span { border-color: #584C13; }
span { border-color: rgb(88,76,19); }
td.TdClassName
{
border-color: #584C13;
}
.TagClassName
{
border-color: #584C13;
}
</style>