Shades of Bronze Olive #5A461C
Tints of Bronze Olive #5A461C
RGB
CMYK
RGB Variations
Color information
#5A461C (or 0x5A461C) is known color: Bronze Olive. HEX triplet: 5A, 46 and 1C. RGB value is (90,70,28). Sum of RGB (Red+Green+Blue) = 90+70+28=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A461C is #A5B9E3. Grayscale: #474747. Windows color (decimal): -10861028 or 1853018. OLE color: 1853018.
HSL color Cylindrical-coordinate representation of color #5A461C: hue angle of 40.65º degrees, saturation: 0.53, 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 #5A461C is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 28 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.65 |
| HSL | 40.65º | 0.53% | 0.23% | - |
| HSV(B) | 40.65º | 0.69% | 0.35% | - |
| XYZ | 6.62 | 6.64 | 2.03 | - |
| YUV | 71.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 28 | 0 | 0.22 | 0.69 | 0.65 | 40.65 | 0.53 | 0.23 |
| Hex | 5A | 46 | 1C | 0 | 16 | 45 | 41 | 29 | 35 | 17 |
| Octal | 132 | 106 | 34 | 0 | 26 | 105 | 101 | 51 | 65 | 27 |
| Binary | 1011010 | 1000110 | 11100 | 0 | 10110 | 1000101 | 1000001 | 101001 | 110101 | 10111 |
Color Harmonies of #5A461C
Complementary color
Monochromatic Colors of #5A461C
Black with #5A461C
Text Example
Text Example
White with #5A461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A461C; }
p { color: rgb(90,70,28); }
H1.HeaderClassName
{
color: #5A461C;
}
.AnyTagClassName
{
color: #5A461C;
}
</style>
background-color css
<style>
a { background-color: #5A461C; }
a { background-color: rgb(90,70,28); }
div.DivClassName
{
background-color: #5A461C;
}
.BgClassName
{
background-color: #5A461C;
}
</style>
border-color css
<style>
span { border-color: #5A461C; }
span { border-color: rgb(90,70,28); }
td.TdClassName
{
border-color: #5A461C;
}
.TagClassName
{
border-color: #5A461C;
}
</style>