Shades of Bronzetone #4A542A
Tints of Bronzetone #4A542A
RGB
CMYK
RGB Variations
Color information
#4A542A (or 0x4A542A) is known color: Bronzetone. HEX triplet: 4A, 54 and 2A. RGB value is (74,84,42). Sum of RGB (Red+Green+Blue) = 74+84+42=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #4A542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A542A is #B5ABD5. Grayscale: #4C4C4C. Windows color (decimal): -11906006 or 2774090. OLE color: 2774090.
HSL color Cylindrical-coordinate representation of color #4A542A: hue angle of 74.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A542A is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 42 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.67 |
| HSL | 74.29º | 0.33% | 0.25% | - |
| HSV(B) | 74.29º | 0.5% | 0.33% | - |
| XYZ | 6.41 | 7.96 | 3.39 | - |
| YUV | 76.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 42 | 0.12 | 0 | 0.5 | 0.67 | 74.29 | 0.33 | 0.25 |
| Hex | 4A | 54 | 2A | C | 0 | 32 | 43 | 4A | 21 | 19 |
| Octal | 112 | 124 | 52 | 14 | 0 | 62 | 103 | 112 | 41 | 31 |
| Binary | 1001010 | 1010100 | 101010 | 1100 | 0 | 110010 | 1000011 | 1001010 | 100001 | 11001 |
Color Harmonies of #4A542A
Complementary color
Monochromatic Colors of #4A542A
Black with #4A542A
Text Example
Text Example
White with #4A542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A542A; }
p { color: rgb(74,84,42); }
H1.HeaderClassName
{
color: #4A542A;
}
.AnyTagClassName
{
color: #4A542A;
}
</style>
background-color css
<style>
a { background-color: #4A542A; }
a { background-color: rgb(74,84,42); }
div.DivClassName
{
background-color: #4A542A;
}
.BgClassName
{
background-color: #4A542A;
}
</style>
border-color css
<style>
span { border-color: #4A542A; }
span { border-color: rgb(74,84,42); }
td.TdClassName
{
border-color: #4A542A;
}
.TagClassName
{
border-color: #4A542A;
}
</style>