Shades of Bronze Olive #584B04
Tints of Bronze Olive #584B04
RGB
CMYK
RGB Variations
Color information
#584B04 (or 0x584B04) is known color: Bronze Olive. HEX triplet: 58, 4B and 04. RGB value is (88,75,4). Sum of RGB (Red+Green+Blue) = 88+75+4=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #584B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B04 is #A7B4FB. Grayscale: #474747. Windows color (decimal): -10990844 or 281432. OLE color: 281432.
HSL color Cylindrical-coordinate representation of color #584B04: hue angle of 50.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 #584B04 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 4 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.65 |
| HSL | 50.71º | 0.91% | 0.18% | - |
| HSV(B) | 50.71º | 0.95% | 0.35% | - |
| XYZ | 6.56 | 7.12 | 1.14 | - |
| YUV | 70.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 4 | 0 | 0.15 | 0.95 | 0.65 | 50.71 | 0.91 | 0.18 |
| Hex | 58 | 4B | 4 | 0 | F | 5F | 41 | 33 | 5B | 12 |
| Octal | 130 | 113 | 4 | 0 | 17 | 137 | 101 | 63 | 133 | 22 |
| Binary | 1011000 | 1001011 | 100 | 0 | 1111 | 1011111 | 1000001 | 110011 | 1011011 | 10010 |
Color Harmonies of #584B04
Complementary color
Monochromatic Colors of #584B04
Black with #584B04
Text Example
Text Example
White with #584B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B04; }
p { color: rgb(88,75,4); }
H1.HeaderClassName
{
color: #584B04;
}
.AnyTagClassName
{
color: #584B04;
}
</style>
background-color css
<style>
a { background-color: #584B04; }
a { background-color: rgb(88,75,4); }
div.DivClassName
{
background-color: #584B04;
}
.BgClassName
{
background-color: #584B04;
}
</style>
border-color css
<style>
span { border-color: #584B04; }
span { border-color: rgb(88,75,4); }
td.TdClassName
{
border-color: #584B04;
}
.TagClassName
{
border-color: #584B04;
}
</style>