Shades of Bronzetone #4A5429
Tints of Bronzetone #4A5429
RGB
CMYK
RGB Variations
Color information
#4A5429 (or 0x4A5429) is known color: Bronzetone. HEX triplet: 4A, 54 and 29. RGB value is (74,84,41). Sum of RGB (Red+Green+Blue) = 74+84+41=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5429 is #B5ABD6. Grayscale: #4C4C4C. Windows color (decimal): -11906007 or 2708554. OLE color: 2708554.
HSL color Cylindrical-coordinate representation of color #4A5429: hue angle of 73.95º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A5429 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 41 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.67 |
| HSL | 73.95º | 0.34% | 0.25% | - |
| HSV(B) | 73.95º | 0.51% | 0.33% | - |
| XYZ | 6.39 | 7.96 | 3.3 | - |
| YUV | 76.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 41 | 0.12 | 0 | 0.51 | 0.67 | 73.95 | 0.34 | 0.25 |
| Hex | 4A | 54 | 29 | C | 0 | 33 | 43 | 4A | 22 | 19 |
| Octal | 112 | 124 | 51 | 14 | 0 | 63 | 103 | 112 | 42 | 31 |
| Binary | 1001010 | 1010100 | 101001 | 1100 | 0 | 110011 | 1000011 | 1001010 | 100010 | 11001 |
Color Harmonies of #4A5429
Complementary color
Monochromatic Colors of #4A5429
Black with #4A5429
Text Example
Text Example
White with #4A5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5429; }
p { color: rgb(74,84,41); }
H1.HeaderClassName
{
color: #4A5429;
}
.AnyTagClassName
{
color: #4A5429;
}
</style>
background-color css
<style>
a { background-color: #4A5429; }
a { background-color: rgb(74,84,41); }
div.DivClassName
{
background-color: #4A5429;
}
.BgClassName
{
background-color: #4A5429;
}
</style>
border-color css
<style>
span { border-color: #4A5429; }
span { border-color: rgb(74,84,41); }
td.TdClassName
{
border-color: #4A5429;
}
.TagClassName
{
border-color: #4A5429;
}
</style>