Shades of Deep Bronze #4F3D24
Tints of Deep Bronze #4F3D24
RGB
CMYK
RGB Variations
Color information
#4F3D24 (or 0x4F3D24) is known color: Deep Bronze. HEX triplet: 4F, 3D and 24. RGB value is (79,61,36). Sum of RGB (Red+Green+Blue) = 79+61+36=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D24 is #B0C2DB. Grayscale: #3F3F3F. Windows color (decimal): -11584220 or 2374991. OLE color: 2374991.
HSL color Cylindrical-coordinate representation of color #4F3D24: hue angle of 34.88º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F3D24 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 61 | 36 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.69 |
| HSL | 34.88º | 0.37% | 0.23% | - |
| HSV(B) | 34.88º | 0.54% | 0.31% | - |
| XYZ | 5.21 | 5.13 | 2.38 | - |
| YUV | 63.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 36 | 0 | 0.23 | 0.54 | 0.69 | 34.88 | 0.37 | 0.23 |
| Hex | 4F | 3D | 24 | 0 | 17 | 36 | 45 | 23 | 25 | 17 |
| Octal | 117 | 75 | 44 | 0 | 27 | 66 | 105 | 43 | 45 | 27 |
| Binary | 1001111 | 111101 | 100100 | 0 | 10111 | 110110 | 1000101 | 100011 | 100101 | 10111 |
Color Harmonies of #4F3D24
Complementary color
Monochromatic Colors of #4F3D24
Black with #4F3D24
Text Example
Text Example
White with #4F3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D24; }
p { color: rgb(79,61,36); }
H1.HeaderClassName
{
color: #4F3D24;
}
.AnyTagClassName
{
color: #4F3D24;
}
</style>
background-color css
<style>
a { background-color: #4F3D24; }
a { background-color: rgb(79,61,36); }
div.DivClassName
{
background-color: #4F3D24;
}
.BgClassName
{
background-color: #4F3D24;
}
</style>
border-color css
<style>
span { border-color: #4F3D24; }
span { border-color: rgb(79,61,36); }
td.TdClassName
{
border-color: #4F3D24;
}
.TagClassName
{
border-color: #4F3D24;
}
</style>