Shades of Bronze Olive #584B09
Tints of Bronze Olive #584B09
RGB
CMYK
RGB Variations
Color information
#584B09 (or 0x584B09) is known color: Bronze Olive. HEX triplet: 58, 4B and 09. RGB value is (88,75,9). Sum of RGB (Red+Green+Blue) = 88+75+9=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #584B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B09 is #A7B4F6. Grayscale: #474747. Windows color (decimal): -10990839 or 609112. OLE color: 609112.
HSL color Cylindrical-coordinate representation of color #584B09: hue angle of 50.13º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #584B09 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 9 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.65 |
| HSL | 50.13º | 0.81% | 0.19% | - |
| HSV(B) | 50.13º | 0.9% | 0.35% | - |
| XYZ | 6.59 | 7.13 | 1.29 | - |
| YUV | 71.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 9 | 0 | 0.15 | 0.90 | 0.65 | 50.13 | 0.81 | 0.19 |
| Hex | 58 | 4B | 9 | 0 | F | 5A | 41 | 32 | 51 | 13 |
| Octal | 130 | 113 | 11 | 0 | 17 | 132 | 101 | 62 | 121 | 23 |
| Binary | 1011000 | 1001011 | 1001 | 0 | 1111 | 1011010 | 1000001 | 110010 | 1010001 | 10011 |
Color Harmonies of #584B09
Complementary color
Monochromatic Colors of #584B09
Black with #584B09
Text Example
Text Example
White with #584B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B09; }
p { color: rgb(88,75,9); }
H1.HeaderClassName
{
color: #584B09;
}
.AnyTagClassName
{
color: #584B09;
}
</style>
background-color css
<style>
a { background-color: #584B09; }
a { background-color: rgb(88,75,9); }
div.DivClassName
{
background-color: #584B09;
}
.BgClassName
{
background-color: #584B09;
}
</style>
border-color css
<style>
span { border-color: #584B09; }
span { border-color: rgb(88,75,9); }
td.TdClassName
{
border-color: #584B09;
}
.TagClassName
{
border-color: #584B09;
}
</style>