Shades of Deep Bronze #5A4529
Tints of Deep Bronze #5A4529
RGB
CMYK
RGB Variations
Color information
#5A4529 (or 0x5A4529) is known color: Deep Bronze. HEX triplet: 5A, 45 and 29. RGB value is (90,69,41). Sum of RGB (Red+Green+Blue) = 90+69+41=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4529 is #A5BAD6. Grayscale: #484848. Windows color (decimal): -10861271 or 2704730. OLE color: 2704730.
HSL color Cylindrical-coordinate representation of color #5A4529: hue angle of 34.29º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A4529 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 41 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.65 |
| HSL | 34.29º | 0.37% | 0.26% | - |
| HSV(B) | 34.29º | 0.54% | 0.35% | - |
| XYZ | 6.74 | 6.59 | 3.01 | - |
| YUV | 72.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 41 | 0 | 0.23 | 0.54 | 0.65 | 34.29 | 0.37 | 0.26 |
| Hex | 5A | 45 | 29 | 0 | 17 | 36 | 41 | 22 | 25 | 1A |
| Octal | 132 | 105 | 51 | 0 | 27 | 66 | 101 | 42 | 45 | 32 |
| Binary | 1011010 | 1000101 | 101001 | 0 | 10111 | 110110 | 1000001 | 100010 | 100101 | 11010 |
Color Harmonies of #5A4529
Complementary color
Monochromatic Colors of #5A4529
Black with #5A4529
Text Example
Text Example
White with #5A4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4529; }
p { color: rgb(90,69,41); }
H1.HeaderClassName
{
color: #5A4529;
}
.AnyTagClassName
{
color: #5A4529;
}
</style>
background-color css
<style>
a { background-color: #5A4529; }
a { background-color: rgb(90,69,41); }
div.DivClassName
{
background-color: #5A4529;
}
.BgClassName
{
background-color: #5A4529;
}
</style>
border-color css
<style>
span { border-color: #5A4529; }
span { border-color: rgb(90,69,41); }
td.TdClassName
{
border-color: #5A4529;
}
.TagClassName
{
border-color: #5A4529;
}
</style>