Shades of Deep Bronze #5A472F
Tints of Deep Bronze #5A472F
RGB
CMYK
RGB Variations
Color information
#5A472F (or 0x5A472F) is known color: Deep Bronze. HEX triplet: 5A, 47 and 2F. RGB value is (90,71,47). Sum of RGB (Red+Green+Blue) = 90+71+47=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 90 - color contains mainly: red. Hex color #5A472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A472F is #A5B8D0. Grayscale: #4A4A4A. Windows color (decimal): -10860753 or 3098458. OLE color: 3098458.
HSL color Cylindrical-coordinate representation of color #5A472F: hue angle of 33.49º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A472F is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 71 | 47 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.65 |
| HSL | 33.49º | 0.31% | 0.27% | - |
| HSV(B) | 33.49º | 0.48% | 0.35% | - |
| XYZ | 6.98 | 6.89 | 3.65 | - |
| YUV | 73.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 47 | 0 | 0.21 | 0.48 | 0.65 | 33.49 | 0.31 | 0.27 |
| Hex | 5A | 47 | 2F | 0 | 15 | 30 | 41 | 21 | 1F | 1B |
| Octal | 132 | 107 | 57 | 0 | 25 | 60 | 101 | 41 | 37 | 33 |
| Binary | 1011010 | 1000111 | 101111 | 0 | 10101 | 110000 | 1000001 | 100001 | 11111 | 11011 |
Color Harmonies of #5A472F
Complementary color
Monochromatic Colors of #5A472F
Black with #5A472F
Text Example
Text Example
White with #5A472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A472F; }
p { color: rgb(90,71,47); }
H1.HeaderClassName
{
color: #5A472F;
}
.AnyTagClassName
{
color: #5A472F;
}
</style>
background-color css
<style>
a { background-color: #5A472F; }
a { background-color: rgb(90,71,47); }
div.DivClassName
{
background-color: #5A472F;
}
.BgClassName
{
background-color: #5A472F;
}
</style>
border-color css
<style>
span { border-color: #5A472F; }
span { border-color: rgb(90,71,47); }
td.TdClassName
{
border-color: #5A472F;
}
.TagClassName
{
border-color: #5A472F;
}
</style>