Shades of Bronze Olive #584B2B
Tints of Bronze Olive #584B2B
RGB
CMYK
RGB Variations
Color information
#584B2B (or 0x584B2B) is known color: Bronze Olive. HEX triplet: 58, 4B and 2B. RGB value is (88,75,43). Sum of RGB (Red+Green+Blue) = 88+75+43=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #584B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B2B is #A7B4D4. Grayscale: #4B4B4B. Windows color (decimal): -10990805 or 2837336. OLE color: 2837336.
HSL color Cylindrical-coordinate representation of color #584B2B: hue angle of 42.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584B2B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 75 | 43 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.65 |
| HSL | 42.67º | 0.34% | 0.26% | - |
| HSV(B) | 42.67º | 0.51% | 0.35% | - |
| XYZ | 6.98 | 7.28 | 3.32 | - |
| YUV | 75.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 43 | 0 | 0.15 | 0.51 | 0.65 | 42.67 | 0.34 | 0.26 |
| Hex | 58 | 4B | 2B | 0 | F | 33 | 41 | 2B | 22 | 1A |
| Octal | 130 | 113 | 53 | 0 | 17 | 63 | 101 | 53 | 42 | 32 |
| Binary | 1011000 | 1001011 | 101011 | 0 | 1111 | 110011 | 1000001 | 101011 | 100010 | 11010 |
Color Harmonies of #584B2B
Complementary color
Monochromatic Colors of #584B2B
Black with #584B2B
Text Example
Text Example
White with #584B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B2B; }
p { color: rgb(88,75,43); }
H1.HeaderClassName
{
color: #584B2B;
}
.AnyTagClassName
{
color: #584B2B;
}
</style>
background-color css
<style>
a { background-color: #584B2B; }
a { background-color: rgb(88,75,43); }
div.DivClassName
{
background-color: #584B2B;
}
.BgClassName
{
background-color: #584B2B;
}
</style>
border-color css
<style>
span { border-color: #584B2B; }
span { border-color: rgb(88,75,43); }
td.TdClassName
{
border-color: #584B2B;
}
.TagClassName
{
border-color: #584B2B;
}
</style>