Shades of Bronzetone #4A522A
Tints of Bronzetone #4A522A
RGB
CMYK
RGB Variations
Color information
#4A522A (or 0x4A522A) is known color: Bronzetone. HEX triplet: 4A, 52 and 2A. RGB value is (74,82,42). Sum of RGB (Red+Green+Blue) = 74+82+42=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #4A522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A522A is #B5ADD5. Grayscale: #4B4B4B. Windows color (decimal): -11906518 or 2773578. OLE color: 2773578.
HSL color Cylindrical-coordinate representation of color #4A522A: hue angle of 72º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A522A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 82 | 42 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.68 |
| HSL | 72º | 0.32% | 0.24% | - |
| HSV(B) | 72º | 0.49% | 0.32% | - |
| XYZ | 6.26 | 7.66 | 3.34 | - |
| YUV | 75.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 42 | 0.10 | 0 | 0.49 | 0.68 | 72 | 0.32 | 0.24 |
| Hex | 4A | 52 | 2A | A | 0 | 31 | 44 | 48 | 20 | 18 |
| Octal | 112 | 122 | 52 | 12 | 0 | 61 | 104 | 110 | 40 | 30 |
| Binary | 1001010 | 1010010 | 101010 | 1010 | 0 | 110001 | 1000100 | 1001000 | 100000 | 11000 |
Color Harmonies of #4A522A
Complementary color
Monochromatic Colors of #4A522A
Black with #4A522A
Text Example
Text Example
White with #4A522A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A522A; }
p { color: rgb(74,82,42); }
H1.HeaderClassName
{
color: #4A522A;
}
.AnyTagClassName
{
color: #4A522A;
}
</style>
background-color css
<style>
a { background-color: #4A522A; }
a { background-color: rgb(74,82,42); }
div.DivClassName
{
background-color: #4A522A;
}
.BgClassName
{
background-color: #4A522A;
}
</style>
border-color css
<style>
span { border-color: #4A522A; }
span { border-color: rgb(74,82,42); }
td.TdClassName
{
border-color: #4A522A;
}
.TagClassName
{
border-color: #4A522A;
}
</style>