Shades of Deep Bronze #4F3E2D
Tints of Deep Bronze #4F3E2D
RGB
CMYK
RGB Variations
Color information
#4F3E2D (or 0x4F3E2D) is known color: Deep Bronze. HEX triplet: 4F, 3E and 2D. RGB value is (79,62,45). Sum of RGB (Red+Green+Blue) = 79+62+45=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E2D is #B0C1D2. Grayscale: #414141. Windows color (decimal): -11583955 or 2965071. OLE color: 2965071.
HSL color Cylindrical-coordinate representation of color #4F3E2D: hue angle of 30º 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 #4F3E2D is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 45 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.69 |
| HSL | 30º | 0.27% | 0.24% | - |
| HSV(B) | 30º | 0.43% | 0.31% | - |
| XYZ | 5.42 | 5.3 | 3.22 | - |
| YUV | 65.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 45 | 0 | 0.22 | 0.43 | 0.69 | 30 | 0.27 | 0.24 |
| Hex | 4F | 3E | 2D | 0 | 16 | 2B | 45 | 1E | 1B | 18 |
| Octal | 117 | 76 | 55 | 0 | 26 | 53 | 105 | 36 | 33 | 30 |
| Binary | 1001111 | 111110 | 101101 | 0 | 10110 | 101011 | 1000101 | 11110 | 11011 | 11000 |
Color Harmonies of #4F3E2D
Complementary color
Monochromatic Colors of #4F3E2D
Black with #4F3E2D
Text Example
Text Example
White with #4F3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E2D; }
p { color: rgb(79,62,45); }
H1.HeaderClassName
{
color: #4F3E2D;
}
.AnyTagClassName
{
color: #4F3E2D;
}
</style>
background-color css
<style>
a { background-color: #4F3E2D; }
a { background-color: rgb(79,62,45); }
div.DivClassName
{
background-color: #4F3E2D;
}
.BgClassName
{
background-color: #4F3E2D;
}
</style>
border-color css
<style>
span { border-color: #4F3E2D; }
span { border-color: rgb(79,62,45); }
td.TdClassName
{
border-color: #4F3E2D;
}
.TagClassName
{
border-color: #4F3E2D;
}
</style>