Shades of Deep Bronze #5A462C
Tints of Deep Bronze #5A462C
RGB
CMYK
RGB Variations
Color information
#5A462C (or 0x5A462C) is known color: Deep Bronze. HEX triplet: 5A, 46 and 2C. RGB value is (90,70,44). Sum of RGB (Red+Green+Blue) = 90+70+44=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A462C is #A5B9D3. Grayscale: #494949. Windows color (decimal): -10861012 or 2901594. OLE color: 2901594.
HSL color Cylindrical-coordinate representation of color #5A462C: hue angle of 33.91º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A462C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 44 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.65 |
| HSL | 33.91º | 0.34% | 0.26% | - |
| HSV(B) | 33.91º | 0.51% | 0.35% | - |
| XYZ | 6.86 | 6.74 | 3.32 | - |
| YUV | 73.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 44 | 0 | 0.22 | 0.51 | 0.65 | 33.91 | 0.34 | 0.26 |
| Hex | 5A | 46 | 2C | 0 | 16 | 33 | 41 | 22 | 22 | 1A |
| Octal | 132 | 106 | 54 | 0 | 26 | 63 | 101 | 42 | 42 | 32 |
| Binary | 1011010 | 1000110 | 101100 | 0 | 10110 | 110011 | 1000001 | 100010 | 100010 | 11010 |
Color Harmonies of #5A462C
Complementary color
Monochromatic Colors of #5A462C
Black with #5A462C
Text Example
Text Example
White with #5A462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A462C; }
p { color: rgb(90,70,44); }
H1.HeaderClassName
{
color: #5A462C;
}
.AnyTagClassName
{
color: #5A462C;
}
</style>
background-color css
<style>
a { background-color: #5A462C; }
a { background-color: rgb(90,70,44); }
div.DivClassName
{
background-color: #5A462C;
}
.BgClassName
{
background-color: #5A462C;
}
</style>
border-color css
<style>
span { border-color: #5A462C; }
span { border-color: rgb(90,70,44); }
td.TdClassName
{
border-color: #5A462C;
}
.TagClassName
{
border-color: #5A462C;
}
</style>