Shades of Bronze Olive #584B0F
Tints of Bronze Olive #584B0F
RGB
CMYK
RGB Variations
Color information
#584B0F (or 0x584B0F) is known color: Bronze Olive. HEX triplet: 58, 4B and 0F. RGB value is (88,75,15). Sum of RGB (Red+Green+Blue) = 88+75+15=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B0F is #A7B4F0. Grayscale: #484848. Windows color (decimal): -10990833 or 1002328. OLE color: 1002328.
HSL color Cylindrical-coordinate representation of color #584B0F: hue angle of 49.32º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #584B0F is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 15 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.65 |
| HSL | 49.32º | 0.71% | 0.2% | - |
| HSV(B) | 49.32º | 0.83% | 0.35% | - |
| XYZ | 6.63 | 7.14 | 1.48 | - |
| YUV | 72.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 15 | 0 | 0.15 | 0.83 | 0.65 | 49.32 | 0.71 | 0.2 |
| Hex | 58 | 4B | F | 0 | F | 53 | 41 | 31 | 47 | 14 |
| Octal | 130 | 113 | 17 | 0 | 17 | 123 | 101 | 61 | 107 | 24 |
| Binary | 1011000 | 1001011 | 1111 | 0 | 1111 | 1010011 | 1000001 | 110001 | 1000111 | 10100 |
Color Harmonies of #584B0F
Complementary color
Monochromatic Colors of #584B0F
Black with #584B0F
Text Example
Text Example
White with #584B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B0F; }
p { color: rgb(88,75,15); }
H1.HeaderClassName
{
color: #584B0F;
}
.AnyTagClassName
{
color: #584B0F;
}
</style>
background-color css
<style>
a { background-color: #584B0F; }
a { background-color: rgb(88,75,15); }
div.DivClassName
{
background-color: #584B0F;
}
.BgClassName
{
background-color: #584B0F;
}
</style>
border-color css
<style>
span { border-color: #584B0F; }
span { border-color: rgb(88,75,15); }
td.TdClassName
{
border-color: #584B0F;
}
.TagClassName
{
border-color: #584B0F;
}
</style>