Shades of Bronzetone #4A522F
Tints of Bronzetone #4A522F
RGB
CMYK
RGB Variations
Color information
#4A522F (or 0x4A522F) is known color: Bronzetone. HEX triplet: 4A, 52 and 2F. RGB value is (74,82,47). Sum of RGB (Red+Green+Blue) = 74+82+47=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #4A522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A522F is #B5ADD0. Grayscale: #4B4B4B. Windows color (decimal): -11906513 or 3101258. OLE color: 3101258.
HSL color Cylindrical-coordinate representation of color #4A522F: hue angle of 73.71º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A522F is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 47 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.68 |
| HSL | 73.71º | 0.27% | 0.25% | - |
| HSV(B) | 73.71º | 0.43% | 0.32% | - |
| XYZ | 6.35 | 7.7 | 3.84 | - |
| YUV | 75.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 47 | 0.10 | 0 | 0.43 | 0.68 | 73.71 | 0.27 | 0.25 |
| Hex | 4A | 52 | 2F | A | 0 | 2B | 44 | 4A | 1B | 19 |
| Octal | 112 | 122 | 57 | 12 | 0 | 53 | 104 | 112 | 33 | 31 |
| Binary | 1001010 | 1010010 | 101111 | 1010 | 0 | 101011 | 1000100 | 1001010 | 11011 | 11001 |
Color Harmonies of #4A522F
Complementary color
Monochromatic Colors of #4A522F
Black with #4A522F
Text Example
Text Example
White with #4A522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A522F; }
p { color: rgb(74,82,47); }
H1.HeaderClassName
{
color: #4A522F;
}
.AnyTagClassName
{
color: #4A522F;
}
</style>
background-color css
<style>
a { background-color: #4A522F; }
a { background-color: rgb(74,82,47); }
div.DivClassName
{
background-color: #4A522F;
}
.BgClassName
{
background-color: #4A522F;
}
</style>
border-color css
<style>
span { border-color: #4A522F; }
span { border-color: rgb(74,82,47); }
td.TdClassName
{
border-color: #4A522F;
}
.TagClassName
{
border-color: #4A522F;
}
</style>