Shades of Bronze Olive #59461C
Tints of Bronze Olive #59461C
RGB
CMYK
RGB Variations
Color information
#59461C (or 0x59461C) is known color: Bronze Olive. HEX triplet: 59, 46 and 1C. RGB value is (89,70,28). Sum of RGB (Red+Green+Blue) = 89+70+28=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59461C is #A6B9E3. Grayscale: #474747. Windows color (decimal): -10926564 or 1853017. OLE color: 1853017.
HSL color Cylindrical-coordinate representation of color #59461C: hue angle of 41.31º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59461C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 70 | 28 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.65 |
| HSL | 41.31º | 0.52% | 0.23% | - |
| HSV(B) | 41.31º | 0.69% | 0.35% | - |
| XYZ | 6.52 | 6.59 | 2.03 | - |
| YUV | 70.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 28 | 0 | 0.21 | 0.69 | 0.65 | 41.31 | 0.52 | 0.23 |
| Hex | 59 | 46 | 1C | 0 | 15 | 45 | 41 | 29 | 34 | 17 |
| Octal | 131 | 106 | 34 | 0 | 25 | 105 | 101 | 51 | 64 | 27 |
| Binary | 1011001 | 1000110 | 11100 | 0 | 10101 | 1000101 | 1000001 | 101001 | 110100 | 10111 |
Color Harmonies of #59461C
Complementary color
Monochromatic Colors of #59461C
Black with #59461C
Text Example
Text Example
White with #59461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59461C; }
p { color: rgb(89,70,28); }
H1.HeaderClassName
{
color: #59461C;
}
.AnyTagClassName
{
color: #59461C;
}
</style>
background-color css
<style>
a { background-color: #59461C; }
a { background-color: rgb(89,70,28); }
div.DivClassName
{
background-color: #59461C;
}
.BgClassName
{
background-color: #59461C;
}
</style>
border-color css
<style>
span { border-color: #59461C; }
span { border-color: rgb(89,70,28); }
td.TdClassName
{
border-color: #59461C;
}
.TagClassName
{
border-color: #59461C;
}
</style>