Shades of Bronze Olive #59431A
Tints of Bronze Olive #59431A
RGB
CMYK
RGB Variations
Color information
#59431A (or 0x59431A) is known color: Bronze Olive. HEX triplet: 59, 43 and 1A. RGB value is (89,67,26). Sum of RGB (Red+Green+Blue) = 89+67+26=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59431A is #A6BCE5. Grayscale: #454545. Windows color (decimal): -10927334 or 1721177. OLE color: 1721177.
HSL color Cylindrical-coordinate representation of color #59431A: hue angle of 39.05º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59431A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 67 | 26 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.65 |
| HSL | 39.05º | 0.55% | 0.23% | - |
| HSV(B) | 39.05º | 0.71% | 0.35% | - |
| XYZ | 6.31 | 6.21 | 1.84 | - |
| YUV | 68.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 26 | 0 | 0.25 | 0.71 | 0.65 | 39.05 | 0.55 | 0.23 |
| Hex | 59 | 43 | 1A | 0 | 19 | 47 | 41 | 27 | 37 | 17 |
| Octal | 131 | 103 | 32 | 0 | 31 | 107 | 101 | 47 | 67 | 27 |
| Binary | 1011001 | 1000011 | 11010 | 0 | 11001 | 1000111 | 1000001 | 100111 | 110111 | 10111 |
Color Harmonies of #59431A
Complementary color
Monochromatic Colors of #59431A
Black with #59431A
Text Example
Text Example
White with #59431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59431A; }
p { color: rgb(89,67,26); }
H1.HeaderClassName
{
color: #59431A;
}
.AnyTagClassName
{
color: #59431A;
}
</style>
background-color css
<style>
a { background-color: #59431A; }
a { background-color: rgb(89,67,26); }
div.DivClassName
{
background-color: #59431A;
}
.BgClassName
{
background-color: #59431A;
}
</style>
border-color css
<style>
span { border-color: #59431A; }
span { border-color: rgb(89,67,26); }
td.TdClassName
{
border-color: #59431A;
}
.TagClassName
{
border-color: #59431A;
}
</style>