Shades of Deep Bronze #4F4132
Tints of Deep Bronze #4F4132
RGB
CMYK
RGB Variations
Color information
#4F4132 (or 0x4F4132) is known color: Deep Bronze. HEX triplet: 4F, 41 and 32. RGB value is (79,65,50). Sum of RGB (Red+Green+Blue) = 79+65+50=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4132 is #B0BECD. Grayscale: #434343. Windows color (decimal): -11583182 or 3293519. OLE color: 3293519.
HSL color Cylindrical-coordinate representation of color #4F4132: hue angle of 31.03º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F4132 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 50 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.69 |
| HSL | 31.03º | 0.22% | 0.25% | - |
| HSV(B) | 31.03º | 0.37% | 0.31% | - |
| XYZ | 5.69 | 5.67 | 3.81 | - |
| YUV | 67.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 50 | 0 | 0.18 | 0.37 | 0.69 | 31.03 | 0.22 | 0.25 |
| Hex | 4F | 41 | 32 | 0 | 12 | 25 | 45 | 1F | 16 | 19 |
| Octal | 117 | 101 | 62 | 0 | 22 | 45 | 105 | 37 | 26 | 31 |
| Binary | 1001111 | 1000001 | 110010 | 0 | 10010 | 100101 | 1000101 | 11111 | 10110 | 11001 |
Color Harmonies of #4F4132
Complementary color
Monochromatic Colors of #4F4132
Black with #4F4132
Text Example
Text Example
White with #4F4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4132; }
p { color: rgb(79,65,50); }
H1.HeaderClassName
{
color: #4F4132;
}
.AnyTagClassName
{
color: #4F4132;
}
</style>
background-color css
<style>
a { background-color: #4F4132; }
a { background-color: rgb(79,65,50); }
div.DivClassName
{
background-color: #4F4132;
}
.BgClassName
{
background-color: #4F4132;
}
</style>
border-color css
<style>
span { border-color: #4F4132; }
span { border-color: rgb(79,65,50); }
td.TdClassName
{
border-color: #4F4132;
}
.TagClassName
{
border-color: #4F4132;
}
</style>