Shades of Bronze Olive #584B0B
Tints of Bronze Olive #584B0B
RGB
CMYK
RGB Variations
Color information
#584B0B (or 0x584B0B) is known color: Bronze Olive. HEX triplet: 58, 4B and 0B. RGB value is (88,75,11). Sum of RGB (Red+Green+Blue) = 88+75+11=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #584B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B0B is #A7B4F4. Grayscale: #474747. Windows color (decimal): -10990837 or 740184. OLE color: 740184.
HSL color Cylindrical-coordinate representation of color #584B0B: hue angle of 49.87º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #584B0B is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 11 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.65 |
| HSL | 49.87º | 0.78% | 0.19% | - |
| HSV(B) | 49.87º | 0.88% | 0.35% | - |
| XYZ | 6.6 | 7.13 | 1.35 | - |
| YUV | 71.59 | 93.81 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 11 | 0 | 0.15 | 0.88 | 0.65 | 49.87 | 0.78 | 0.19 |
| Hex | 58 | 4B | B | 0 | F | 58 | 41 | 32 | 4E | 13 |
| Octal | 130 | 113 | 13 | 0 | 17 | 130 | 101 | 62 | 116 | 23 |
| Binary | 1011000 | 1001011 | 1011 | 0 | 1111 | 1011000 | 1000001 | 110010 | 1001110 | 10011 |
Color Harmonies of #584B0B
Complementary color
Monochromatic Colors of #584B0B
Black with #584B0B
Text Example
Text Example
White with #584B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B0B; }
p { color: rgb(88,75,11); }
H1.HeaderClassName
{
color: #584B0B;
}
.AnyTagClassName
{
color: #584B0B;
}
</style>
background-color css
<style>
a { background-color: #584B0B; }
a { background-color: rgb(88,75,11); }
div.DivClassName
{
background-color: #584B0B;
}
.BgClassName
{
background-color: #584B0B;
}
</style>
border-color css
<style>
span { border-color: #584B0B; }
span { border-color: rgb(88,75,11); }
td.TdClassName
{
border-color: #584B0B;
}
.TagClassName
{
border-color: #584B0B;
}
</style>