Shades of Bronze Olive #5A481C
Tints of Bronze Olive #5A481C
RGB
CMYK
RGB Variations
Color information
#5A481C (or 0x5A481C) is known color: Bronze Olive. HEX triplet: 5A, 48 and 1C. RGB value is (90,72,28). Sum of RGB (Red+Green+Blue) = 90+72+28=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A481C is #A5B7E3. Grayscale: #484848. Windows color (decimal): -10860516 or 1853530. OLE color: 1853530.
HSL color Cylindrical-coordinate representation of color #5A481C: hue angle of 42.58º 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 #5A481C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 28 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.65 |
| HSL | 42.58º | 0.53% | 0.23% | - |
| HSV(B) | 42.58º | 0.69% | 0.35% | - |
| XYZ | 6.74 | 6.89 | 2.07 | - |
| YUV | 72.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 28 | 0 | 0.20 | 0.69 | 0.65 | 42.58 | 0.53 | 0.23 |
| Hex | 5A | 48 | 1C | 0 | 14 | 45 | 41 | 2B | 35 | 17 |
| Octal | 132 | 110 | 34 | 0 | 24 | 105 | 101 | 53 | 65 | 27 |
| Binary | 1011010 | 1001000 | 11100 | 0 | 10100 | 1000101 | 1000001 | 101011 | 110101 | 10111 |
Color Harmonies of #5A481C
Complementary color
Monochromatic Colors of #5A481C
Black with #5A481C
Text Example
Text Example
White with #5A481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A481C; }
p { color: rgb(90,72,28); }
H1.HeaderClassName
{
color: #5A481C;
}
.AnyTagClassName
{
color: #5A481C;
}
</style>
background-color css
<style>
a { background-color: #5A481C; }
a { background-color: rgb(90,72,28); }
div.DivClassName
{
background-color: #5A481C;
}
.BgClassName
{
background-color: #5A481C;
}
</style>
border-color css
<style>
span { border-color: #5A481C; }
span { border-color: rgb(90,72,28); }
td.TdClassName
{
border-color: #5A481C;
}
.TagClassName
{
border-color: #5A481C;
}
</style>