Shades of Bronze Olive #584B1F
Tints of Bronze Olive #584B1F
RGB
CMYK
RGB Variations
Color information
#584B1F (or 0x584B1F) is known color: Bronze Olive. HEX triplet: 58, 4B and 1F. RGB value is (88,75,31). Sum of RGB (Red+Green+Blue) = 88+75+31=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #584B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B1F is #A7B4E0. Grayscale: #4A4A4A. Windows color (decimal): -10990817 or 2050904. OLE color: 2050904.
HSL color Cylindrical-coordinate representation of color #584B1F: hue angle of 46.32º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584B1F is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 31 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.65 |
| HSL | 46.32º | 0.48% | 0.23% | - |
| HSV(B) | 46.32º | 0.65% | 0.35% | - |
| XYZ | 6.79 | 7.21 | 2.33 | - |
| YUV | 73.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 31 | 0 | 0.15 | 0.65 | 0.65 | 46.32 | 0.48 | 0.23 |
| Hex | 58 | 4B | 1F | 0 | F | 41 | 41 | 2E | 30 | 17 |
| Octal | 130 | 113 | 37 | 0 | 17 | 101 | 101 | 56 | 60 | 27 |
| Binary | 1011000 | 1001011 | 11111 | 0 | 1111 | 1000001 | 1000001 | 101110 | 110000 | 10111 |
Color Harmonies of #584B1F
Complementary color
Monochromatic Colors of #584B1F
Black with #584B1F
Text Example
Text Example
White with #584B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B1F; }
p { color: rgb(88,75,31); }
H1.HeaderClassName
{
color: #584B1F;
}
.AnyTagClassName
{
color: #584B1F;
}
</style>
background-color css
<style>
a { background-color: #584B1F; }
a { background-color: rgb(88,75,31); }
div.DivClassName
{
background-color: #584B1F;
}
.BgClassName
{
background-color: #584B1F;
}
</style>
border-color css
<style>
span { border-color: #584B1F; }
span { border-color: rgb(88,75,31); }
td.TdClassName
{
border-color: #584B1F;
}
.TagClassName
{
border-color: #584B1F;
}
</style>