Shades of Deep Bronze #4F3E2B
Tints of Deep Bronze #4F3E2B
RGB
CMYK
RGB Variations
Color information
#4F3E2B (or 0x4F3E2B) is known color: Deep Bronze. HEX triplet: 4F, 3E and 2B. RGB value is (79,62,43). Sum of RGB (Red+Green+Blue) = 79+62+43=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E2B is #B0C1D4. Grayscale: #414141. Windows color (decimal): -11583957 or 2833999. OLE color: 2833999.
HSL color Cylindrical-coordinate representation of color #4F3E2B: hue angle of 31.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F3E2B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
RGB | 79 | 62 | 43 | - |
CMYK | 0 | 0.22 | 0.46 | 0.69 |
HSL | 31.67º | 0.3% | 0.24% | - |
HSV(B) | 31.67º | 0.46% | 0.31% | - |
XYZ | 5.38 | 5.28 | 3.02 | - |
YUV | 64.92 | 115.63 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 62 | 43 | 0 | 0.22 | 0.46 | 0.69 | 31.67 | 0.3 | 0.24 |
Hex | 4F | 3E | 2B | 0 | 16 | 2E | 45 | 20 | 1E | 18 |
Octal | 117 | 76 | 53 | 0 | 26 | 56 | 105 | 40 | 36 | 30 |
Binary | 1001111 | 111110 | 101011 | 0 | 10110 | 101110 | 1000101 | 100000 | 11110 | 11000 |
Color Harmonies of #4F3E2B
Complementary color
Monochromatic Colors of #4F3E2B
Black with #4F3E2B
Text Example
Text Example
White with #4F3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E2B; }
p { color: rgb(79,62,43); }
H1.HeaderClassName
{
color: #4F3E2B;
}
.AnyTagClassName
{
color: #4F3E2B;
}
</style>
background-color css
<style>
a { background-color: #4F3E2B; }
a { background-color: rgb(79,62,43); }
div.DivClassName
{
background-color: #4F3E2B;
}
.BgClassName
{
background-color: #4F3E2B;
}
</style>
border-color css
<style>
span { border-color: #4F3E2B; }
span { border-color: rgb(79,62,43); }
td.TdClassName
{
border-color: #4F3E2B;
}
.TagClassName
{
border-color: #4F3E2B;
}
</style>