Shades of Bronze Olive #5A4826
Tints of Bronze Olive #5A4826
RGB
CMYK
RGB Variations
Color information
#5A4826 (or 0x5A4826) is known color: Bronze Olive. HEX triplet: 5A, 48 and 26. RGB value is (90,72,38). Sum of RGB (Red+Green+Blue) = 90+72+38=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4826 is #A5B7D9. Grayscale: #494949. Windows color (decimal): -10860506 or 2508890. OLE color: 2508890.
HSL color Cylindrical-coordinate representation of color #5A4826: hue angle of 39.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A4826 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 38 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.65 |
| HSL | 39.23º | 0.41% | 0.25% | - |
| HSV(B) | 39.23º | 0.58% | 0.35% | - |
| XYZ | 6.88 | 6.95 | 2.81 | - |
| YUV | 73.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 38 | 0 | 0.20 | 0.58 | 0.65 | 39.23 | 0.41 | 0.25 |
| Hex | 5A | 48 | 26 | 0 | 14 | 3A | 41 | 27 | 29 | 19 |
| Octal | 132 | 110 | 46 | 0 | 24 | 72 | 101 | 47 | 51 | 31 |
| Binary | 1011010 | 1001000 | 100110 | 0 | 10100 | 111010 | 1000001 | 100111 | 101001 | 11001 |
Color Harmonies of #5A4826
Complementary color
Monochromatic Colors of #5A4826
Black with #5A4826
Text Example
Text Example
White with #5A4826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4826; }
p { color: rgb(90,72,38); }
H1.HeaderClassName
{
color: #5A4826;
}
.AnyTagClassName
{
color: #5A4826;
}
</style>
background-color css
<style>
a { background-color: #5A4826; }
a { background-color: rgb(90,72,38); }
div.DivClassName
{
background-color: #5A4826;
}
.BgClassName
{
background-color: #5A4826;
}
</style>
border-color css
<style>
span { border-color: #5A4826; }
span { border-color: rgb(90,72,38); }
td.TdClassName
{
border-color: #5A4826;
}
.TagClassName
{
border-color: #5A4826;
}
</style>