Shades of Bronze Olive #594C28
Tints of Bronze Olive #594C28
RGB
CMYK
RGB Variations
Color information
#594C28 (or 0x594C28) is known color: Bronze Olive. HEX triplet: 59, 4C and 28. RGB value is (89,76,40). Sum of RGB (Red+Green+Blue) = 89+76+40=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #594C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C28 is #A6B3D7. Grayscale: #4B4B4B. Windows color (decimal): -10925016 or 2640985. OLE color: 2640985.
HSL color Cylindrical-coordinate representation of color #594C28: hue angle of 44.08º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594C28 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 40 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.65 |
| HSL | 44.08º | 0.38% | 0.25% | - |
| HSV(B) | 44.08º | 0.55% | 0.35% | - |
| XYZ | 7.09 | 7.45 | 3.07 | - |
| YUV | 75.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 40 | 0 | 0.15 | 0.55 | 0.65 | 44.08 | 0.38 | 0.25 |
| Hex | 59 | 4C | 28 | 0 | F | 37 | 41 | 2C | 26 | 19 |
| Octal | 131 | 114 | 50 | 0 | 17 | 67 | 101 | 54 | 46 | 31 |
| Binary | 1011001 | 1001100 | 101000 | 0 | 1111 | 110111 | 1000001 | 101100 | 100110 | 11001 |
Color Harmonies of #594C28
Complementary color
Monochromatic Colors of #594C28
Black with #594C28
Text Example
Text Example
White with #594C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C28; }
p { color: rgb(89,76,40); }
H1.HeaderClassName
{
color: #594C28;
}
.AnyTagClassName
{
color: #594C28;
}
</style>
background-color css
<style>
a { background-color: #594C28; }
a { background-color: rgb(89,76,40); }
div.DivClassName
{
background-color: #594C28;
}
.BgClassName
{
background-color: #594C28;
}
</style>
border-color css
<style>
span { border-color: #594C28; }
span { border-color: rgb(89,76,40); }
td.TdClassName
{
border-color: #594C28;
}
.TagClassName
{
border-color: #594C28;
}
</style>