Shades of Bronze Olive #584B25
Tints of Bronze Olive #584B25
RGB
CMYK
RGB Variations
Color information
#584B25 (or 0x584B25) is known color: Bronze Olive. HEX triplet: 58, 4B and 25. RGB value is (88,75,37). Sum of RGB (Red+Green+Blue) = 88+75+37=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #584B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B25 is #A7B4DA. Grayscale: #4A4A4A. Windows color (decimal): -10990811 or 2444120. OLE color: 2444120.
HSL color Cylindrical-coordinate representation of color #584B25: hue angle of 44.71º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584B25 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 37 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.65 |
| HSL | 44.71º | 0.41% | 0.25% | - |
| HSV(B) | 44.71º | 0.58% | 0.35% | - |
| XYZ | 6.87 | 7.24 | 2.79 | - |
| YUV | 74.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 37 | 0 | 0.15 | 0.58 | 0.65 | 44.71 | 0.41 | 0.25 |
| Hex | 58 | 4B | 25 | 0 | F | 3A | 41 | 2D | 29 | 19 |
| Octal | 130 | 113 | 45 | 0 | 17 | 72 | 101 | 55 | 51 | 31 |
| Binary | 1011000 | 1001011 | 100101 | 0 | 1111 | 111010 | 1000001 | 101101 | 101001 | 11001 |
Color Harmonies of #584B25
Complementary color
Monochromatic Colors of #584B25
Black with #584B25
Text Example
Text Example
White with #584B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B25; }
p { color: rgb(88,75,37); }
H1.HeaderClassName
{
color: #584B25;
}
.AnyTagClassName
{
color: #584B25;
}
</style>
background-color css
<style>
a { background-color: #584B25; }
a { background-color: rgb(88,75,37); }
div.DivClassName
{
background-color: #584B25;
}
.BgClassName
{
background-color: #584B25;
}
</style>
border-color css
<style>
span { border-color: #584B25; }
span { border-color: rgb(88,75,37); }
td.TdClassName
{
border-color: #584B25;
}
.TagClassName
{
border-color: #584B25;
}
</style>