Shades of Bronzetone #4A522D
Tints of Bronzetone #4A522D
RGB
CMYK
RGB Variations
Color information
#4A522D (or 0x4A522D) is known color: Bronzetone. HEX triplet: 4A, 52 and 2D. RGB value is (74,82,45). Sum of RGB (Red+Green+Blue) = 74+82+45=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #4A522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A522D is #B5ADD2. Grayscale: #4B4B4B. Windows color (decimal): -11906515 or 2970186. OLE color: 2970186.
HSL color Cylindrical-coordinate representation of color #4A522D: hue angle of 72.97º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A522D is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 45 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.68 |
| HSL | 72.97º | 0.29% | 0.25% | - |
| HSV(B) | 72.97º | 0.45% | 0.32% | - |
| XYZ | 6.31 | 7.68 | 3.63 | - |
| YUV | 75.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 45 | 0.10 | 0 | 0.45 | 0.68 | 72.97 | 0.29 | 0.25 |
| Hex | 4A | 52 | 2D | A | 0 | 2D | 44 | 49 | 1D | 19 |
| Octal | 112 | 122 | 55 | 12 | 0 | 55 | 104 | 111 | 35 | 31 |
| Binary | 1001010 | 1010010 | 101101 | 1010 | 0 | 101101 | 1000100 | 1001001 | 11101 | 11001 |
Color Harmonies of #4A522D
Complementary color
Monochromatic Colors of #4A522D
Black with #4A522D
Text Example
Text Example
White with #4A522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A522D; }
p { color: rgb(74,82,45); }
H1.HeaderClassName
{
color: #4A522D;
}
.AnyTagClassName
{
color: #4A522D;
}
</style>
background-color css
<style>
a { background-color: #4A522D; }
a { background-color: rgb(74,82,45); }
div.DivClassName
{
background-color: #4A522D;
}
.BgClassName
{
background-color: #4A522D;
}
</style>
border-color css
<style>
span { border-color: #4A522D; }
span { border-color: rgb(74,82,45); }
td.TdClassName
{
border-color: #4A522D;
}
.TagClassName
{
border-color: #4A522D;
}
</style>