Shades of Bronze Olive #584D12
Tints of Bronze Olive #584D12
RGB
CMYK
RGB Variations
Color information
#584D12 (or 0x584D12) is known color: Bronze Olive. HEX triplet: 58, 4D and 12. RGB value is (88,77,18). Sum of RGB (Red+Green+Blue) = 88+77+18=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #584D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #584D12 is #A7B2ED. Grayscale: #494949. Windows color (decimal): -10990318 or 1199448. OLE color: 1199448.
HSL color Cylindrical-coordinate representation of color #584D12: hue angle of 50.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #584D12 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 18 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.65 |
| HSL | 50.57º | 0.66% | 0.21% | - |
| HSV(B) | 50.57º | 0.8% | 0.35% | - |
| XYZ | 6.79 | 7.43 | 1.65 | - |
| YUV | 73.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 18 | 0 | 0.12 | 0.80 | 0.65 | 50.57 | 0.66 | 0.21 |
| Hex | 58 | 4D | 12 | 0 | C | 50 | 41 | 33 | 42 | 15 |
| Octal | 130 | 115 | 22 | 0 | 14 | 120 | 101 | 63 | 102 | 25 |
| Binary | 1011000 | 1001101 | 10010 | 0 | 1100 | 1010000 | 1000001 | 110011 | 1000010 | 10101 |
Color Harmonies of #584D12
Complementary color
Monochromatic Colors of #584D12
Black with #584D12
Text Example
Text Example
White with #584D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D12; }
p { color: rgb(88,77,18); }
H1.HeaderClassName
{
color: #584D12;
}
.AnyTagClassName
{
color: #584D12;
}
</style>
background-color css
<style>
a { background-color: #584D12; }
a { background-color: rgb(88,77,18); }
div.DivClassName
{
background-color: #584D12;
}
.BgClassName
{
background-color: #584D12;
}
</style>
border-color css
<style>
span { border-color: #584D12; }
span { border-color: rgb(88,77,18); }
td.TdClassName
{
border-color: #584D12;
}
.TagClassName
{
border-color: #584D12;
}
</style>