Shades of Bronze Olive #584404
Tints of Bronze Olive #584404
RGB
CMYK
RGB Variations
Color information
#584404 (or 0x584404) is known color: Bronze Olive. HEX triplet: 58, 44 and 04. RGB value is (88,68,4). Sum of RGB (Red+Green+Blue) = 88+68+4=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #584404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584404 is #A7BBFB. Grayscale: #424242. Windows color (decimal): -10992636 or 279640. OLE color: 279640.
HSL color Cylindrical-coordinate representation of color #584404: hue angle of 45.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #584404 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 68 | 4 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.65 |
| HSL | 45.71º | 0.91% | 0.18% | - |
| HSV(B) | 45.71º | 0.95% | 0.35% | - |
| XYZ | 6.11 | 6.22 | 0.99 | - |
| YUV | 66.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 4 | 0 | 0.23 | 0.95 | 0.65 | 45.71 | 0.91 | 0.18 |
| Hex | 58 | 44 | 4 | 0 | 17 | 5F | 41 | 2E | 5B | 12 |
| Octal | 130 | 104 | 4 | 0 | 27 | 137 | 101 | 56 | 133 | 22 |
| Binary | 1011000 | 1000100 | 100 | 0 | 10111 | 1011111 | 1000001 | 101110 | 1011011 | 10010 |
Color Harmonies of #584404
Complementary color
Monochromatic Colors of #584404
Black with #584404
Text Example
Text Example
White with #584404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584404; }
p { color: rgb(88,68,4); }
H1.HeaderClassName
{
color: #584404;
}
.AnyTagClassName
{
color: #584404;
}
</style>
background-color css
<style>
a { background-color: #584404; }
a { background-color: rgb(88,68,4); }
div.DivClassName
{
background-color: #584404;
}
.BgClassName
{
background-color: #584404;
}
</style>
border-color css
<style>
span { border-color: #584404; }
span { border-color: rgb(88,68,4); }
td.TdClassName
{
border-color: #584404;
}
.TagClassName
{
border-color: #584404;
}
</style>