Shades of Deep Bronze #5A472B
Tints of Deep Bronze #5A472B
RGB
CMYK
RGB Variations
Color information
#5A472B (or 0x5A472B) is known color: Deep Bronze. HEX triplet: 5A, 47 and 2B. RGB value is (90,71,43). Sum of RGB (Red+Green+Blue) = 90+71+43=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A472B is #A5B8D4. Grayscale: #494949. Windows color (decimal): -10860757 or 2836314. OLE color: 2836314.
HSL color Cylindrical-coordinate representation of color #5A472B: hue angle of 35.74º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A472B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 43 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.65 |
| HSL | 35.74º | 0.35% | 0.26% | - |
| HSV(B) | 35.74º | 0.52% | 0.35% | - |
| XYZ | 6.91 | 6.85 | 3.24 | - |
| YUV | 73.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 43 | 0 | 0.21 | 0.52 | 0.65 | 35.74 | 0.35 | 0.26 |
| Hex | 5A | 47 | 2B | 0 | 15 | 34 | 41 | 24 | 23 | 1A |
| Octal | 132 | 107 | 53 | 0 | 25 | 64 | 101 | 44 | 43 | 32 |
| Binary | 1011010 | 1000111 | 101011 | 0 | 10101 | 110100 | 1000001 | 100100 | 100011 | 11010 |
Color Harmonies of #5A472B
Complementary color
Monochromatic Colors of #5A472B
Black with #5A472B
Text Example
Text Example
White with #5A472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A472B; }
p { color: rgb(90,71,43); }
H1.HeaderClassName
{
color: #5A472B;
}
.AnyTagClassName
{
color: #5A472B;
}
</style>
background-color css
<style>
a { background-color: #5A472B; }
a { background-color: rgb(90,71,43); }
div.DivClassName
{
background-color: #5A472B;
}
.BgClassName
{
background-color: #5A472B;
}
</style>
border-color css
<style>
span { border-color: #5A472B; }
span { border-color: rgb(90,71,43); }
td.TdClassName
{
border-color: #5A472B;
}
.TagClassName
{
border-color: #5A472B;
}
</style>