Shades of Deep Bronze #4F3F25
Tints of Deep Bronze #4F3F25
RGB
CMYK
RGB Variations
Color information
#4F3F25 (or 0x4F3F25) is known color: Deep Bronze. HEX triplet: 4F, 3F and 25. RGB value is (79,63,37). Sum of RGB (Red+Green+Blue) = 79+63+37=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F25 is #B0C0DA. Grayscale: #404040. Windows color (decimal): -11583707 or 2441039. OLE color: 2441039.
HSL color Cylindrical-coordinate representation of color #4F3F25: hue angle of 37.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F3F25 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 37 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.69 |
| HSL | 37.14º | 0.36% | 0.23% | - |
| HSV(B) | 37.14º | 0.53% | 0.31% | - |
| XYZ | 5.34 | 5.35 | 2.5 | - |
| YUV | 64.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 37 | 0 | 0.20 | 0.53 | 0.69 | 37.14 | 0.36 | 0.23 |
| Hex | 4F | 3F | 25 | 0 | 14 | 35 | 45 | 25 | 24 | 17 |
| Octal | 117 | 77 | 45 | 0 | 24 | 65 | 105 | 45 | 44 | 27 |
| Binary | 1001111 | 111111 | 100101 | 0 | 10100 | 110101 | 1000101 | 100101 | 100100 | 10111 |
Color Harmonies of #4F3F25
Complementary color
Monochromatic Colors of #4F3F25
Black with #4F3F25
Text Example
Text Example
White with #4F3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F25; }
p { color: rgb(79,63,37); }
H1.HeaderClassName
{
color: #4F3F25;
}
.AnyTagClassName
{
color: #4F3F25;
}
</style>
background-color css
<style>
a { background-color: #4F3F25; }
a { background-color: rgb(79,63,37); }
div.DivClassName
{
background-color: #4F3F25;
}
.BgClassName
{
background-color: #4F3F25;
}
</style>
border-color css
<style>
span { border-color: #4F3F25; }
span { border-color: rgb(79,63,37); }
td.TdClassName
{
border-color: #4F3F25;
}
.TagClassName
{
border-color: #4F3F25;
}
</style>