Shades of Deep Bronze #4F3F2D
Tints of Deep Bronze #4F3F2D
RGB
CMYK
RGB Variations
Color information
#4F3F2D (or 0x4F3F2D) is known color: Deep Bronze. HEX triplet: 4F, 3F and 2D. RGB value is (79,63,45). Sum of RGB (Red+Green+Blue) = 79+63+45=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F2D is #B0C0D2. Grayscale: #414141. Windows color (decimal): -11583699 or 2965327. OLE color: 2965327.
HSL color Cylindrical-coordinate representation of color #4F3F2D: hue angle of 31.76º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F3F2D is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 45 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.69 |
| HSL | 31.76º | 0.27% | 0.24% | - |
| HSV(B) | 31.76º | 0.43% | 0.31% | - |
| XYZ | 5.48 | 5.41 | 3.24 | - |
| YUV | 65.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 45 | 0 | 0.20 | 0.43 | 0.69 | 31.76 | 0.27 | 0.24 |
| Hex | 4F | 3F | 2D | 0 | 14 | 2B | 45 | 20 | 1B | 18 |
| Octal | 117 | 77 | 55 | 0 | 24 | 53 | 105 | 40 | 33 | 30 |
| Binary | 1001111 | 111111 | 101101 | 0 | 10100 | 101011 | 1000101 | 100000 | 11011 | 11000 |
Color Harmonies of #4F3F2D
Complementary color
Monochromatic Colors of #4F3F2D
Black with #4F3F2D
Text Example
Text Example
White with #4F3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F2D; }
p { color: rgb(79,63,45); }
H1.HeaderClassName
{
color: #4F3F2D;
}
.AnyTagClassName
{
color: #4F3F2D;
}
</style>
background-color css
<style>
a { background-color: #4F3F2D; }
a { background-color: rgb(79,63,45); }
div.DivClassName
{
background-color: #4F3F2D;
}
.BgClassName
{
background-color: #4F3F2D;
}
</style>
border-color css
<style>
span { border-color: #4F3F2D; }
span { border-color: rgb(79,63,45); }
td.TdClassName
{
border-color: #4F3F2D;
}
.TagClassName
{
border-color: #4F3F2D;
}
</style>