Shades of Deep Bronze #4F4133
Tints of Deep Bronze #4F4133
RGB
CMYK
RGB Variations
Color information
#4F4133 (or 0x4F4133) is known color: Deep Bronze. HEX triplet: 4F, 41 and 33. RGB value is (79,65,51). Sum of RGB (Red+Green+Blue) = 79+65+51=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4133 is #B0BECC. Grayscale: #434343. Windows color (decimal): -11583181 or 3359055. OLE color: 3359055.
HSL color Cylindrical-coordinate representation of color #4F4133: hue angle of 30º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F4133 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 65 | 51 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.69 |
| HSL | 30º | 0.22% | 0.25% | - |
| HSV(B) | 30º | 0.35% | 0.31% | - |
| XYZ | 5.71 | 5.68 | 3.93 | - |
| YUV | 67.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 51 | 0 | 0.18 | 0.35 | 0.69 | 30 | 0.22 | 0.25 |
| Hex | 4F | 41 | 33 | 0 | 12 | 23 | 45 | 1E | 16 | 19 |
| Octal | 117 | 101 | 63 | 0 | 22 | 43 | 105 | 36 | 26 | 31 |
| Binary | 1001111 | 1000001 | 110011 | 0 | 10010 | 100011 | 1000101 | 11110 | 10110 | 11001 |
Color Harmonies of #4F4133
Complementary color
Monochromatic Colors of #4F4133
Black with #4F4133
Text Example
Text Example
White with #4F4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4133; }
p { color: rgb(79,65,51); }
H1.HeaderClassName
{
color: #4F4133;
}
.AnyTagClassName
{
color: #4F4133;
}
</style>
background-color css
<style>
a { background-color: #4F4133; }
a { background-color: rgb(79,65,51); }
div.DivClassName
{
background-color: #4F4133;
}
.BgClassName
{
background-color: #4F4133;
}
</style>
border-color css
<style>
span { border-color: #4F4133; }
span { border-color: rgb(79,65,51); }
td.TdClassName
{
border-color: #4F4133;
}
.TagClassName
{
border-color: #4F4133;
}
</style>