Shades of Deep Bronze #4A4134
Tints of Deep Bronze #4A4134
RGB
CMYK
RGB Variations
Color information
#4A4134 (or 0x4A4134) is known color: Deep Bronze. HEX triplet: 4A, 41 and 34. RGB value is (74,65,52). Sum of RGB (Red+Green+Blue) = 74+65+52=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4134 is #B5BECB. Grayscale: #424242. Windows color (decimal): -11910860 or 3424586. OLE color: 3424586.
HSL color Cylindrical-coordinate representation of color #4A4134: hue angle of 35.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A4134 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 52 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.71 |
| HSL | 35.45º | 0.17% | 0.25% | - |
| HSV(B) | 35.45º | 0.3% | 0.29% | - |
| XYZ | 5.33 | 5.48 | 4.03 | - |
| YUV | 66.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 52 | 0 | 0.12 | 0.30 | 0.71 | 35.45 | 0.17 | 0.25 |
| Hex | 4A | 41 | 34 | 0 | C | 1E | 47 | 23 | 11 | 19 |
| Octal | 112 | 101 | 64 | 0 | 14 | 36 | 107 | 43 | 21 | 31 |
| Binary | 1001010 | 1000001 | 110100 | 0 | 1100 | 11110 | 1000111 | 100011 | 10001 | 11001 |
Color Harmonies of #4A4134
Complementary color
Monochromatic Colors of #4A4134
Black with #4A4134
Text Example
Text Example
White with #4A4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4134; }
p { color: rgb(74,65,52); }
H1.HeaderClassName
{
color: #4A4134;
}
.AnyTagClassName
{
color: #4A4134;
}
</style>
background-color css
<style>
a { background-color: #4A4134; }
a { background-color: rgb(74,65,52); }
div.DivClassName
{
background-color: #4A4134;
}
.BgClassName
{
background-color: #4A4134;
}
</style>
border-color css
<style>
span { border-color: #4A4134; }
span { border-color: rgb(74,65,52); }
td.TdClassName
{
border-color: #4A4134;
}
.TagClassName
{
border-color: #4A4134;
}
</style>