Shades of Deep Bronze #4A4131
Tints of Deep Bronze #4A4131
RGB
CMYK
RGB Variations
Color information
#4A4131 (or 0x4A4131) is known color: Deep Bronze. HEX triplet: 4A, 41 and 31. RGB value is (74,65,49). Sum of RGB (Red+Green+Blue) = 74+65+49=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4131 is #B5BECE. Grayscale: #414141. Windows color (decimal): -11910863 or 3227978. OLE color: 3227978.
HSL color Cylindrical-coordinate representation of color #4A4131: hue angle of 38.4º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A4131 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 49 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.71 |
| HSL | 38.4º | 0.2% | 0.24% | - |
| HSV(B) | 38.4º | 0.34% | 0.29% | - |
| XYZ | 5.27 | 5.46 | 3.68 | - |
| YUV | 65.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 49 | 0 | 0.12 | 0.34 | 0.71 | 38.4 | 0.2 | 0.24 |
| Hex | 4A | 41 | 31 | 0 | C | 22 | 47 | 26 | 14 | 18 |
| Octal | 112 | 101 | 61 | 0 | 14 | 42 | 107 | 46 | 24 | 30 |
| Binary | 1001010 | 1000001 | 110001 | 0 | 1100 | 100010 | 1000111 | 100110 | 10100 | 11000 |
Color Harmonies of #4A4131
Complementary color
Monochromatic Colors of #4A4131
Black with #4A4131
Text Example
Text Example
White with #4A4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4131; }
p { color: rgb(74,65,49); }
H1.HeaderClassName
{
color: #4A4131;
}
.AnyTagClassName
{
color: #4A4131;
}
</style>
background-color css
<style>
a { background-color: #4A4131; }
a { background-color: rgb(74,65,49); }
div.DivClassName
{
background-color: #4A4131;
}
.BgClassName
{
background-color: #4A4131;
}
</style>
border-color css
<style>
span { border-color: #4A4131; }
span { border-color: rgb(74,65,49); }
td.TdClassName
{
border-color: #4A4131;
}
.TagClassName
{
border-color: #4A4131;
}
</style>