Shades of Deep Bronze #4F3C2B
Tints of Deep Bronze #4F3C2B
RGB
CMYK
RGB Variations
Color information
#4F3C2B (or 0x4F3C2B) is known color: Deep Bronze. HEX triplet: 4F, 3C and 2B. RGB value is (79,60,43). Sum of RGB (Red+Green+Blue) = 79+60+43=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3C2B is #B0C3D4. Grayscale: #3F3F3F. Windows color (decimal): -11584469 or 2833487. OLE color: 2833487.
HSL color Cylindrical-coordinate representation of color #4F3C2B: hue angle of 28.33º 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 #4F3C2B is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 60 | 43 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.69 |
| HSL | 28.33º | 0.3% | 0.24% | - |
| HSV(B) | 28.33º | 0.46% | 0.31% | - |
| XYZ | 5.28 | 5.07 | 2.99 | - |
| YUV | 63.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 43 | 0 | 0.24 | 0.46 | 0.69 | 28.33 | 0.3 | 0.24 |
| Hex | 4F | 3C | 2B | 0 | 18 | 2E | 45 | 1C | 1E | 18 |
| Octal | 117 | 74 | 53 | 0 | 30 | 56 | 105 | 34 | 36 | 30 |
| Binary | 1001111 | 111100 | 101011 | 0 | 11000 | 101110 | 1000101 | 11100 | 11110 | 11000 |
Color Harmonies of #4F3C2B
Complementary color
Monochromatic Colors of #4F3C2B
Black with #4F3C2B
Text Example
Text Example
White with #4F3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3C2B; }
p { color: rgb(79,60,43); }
H1.HeaderClassName
{
color: #4F3C2B;
}
.AnyTagClassName
{
color: #4F3C2B;
}
</style>
background-color css
<style>
a { background-color: #4F3C2B; }
a { background-color: rgb(79,60,43); }
div.DivClassName
{
background-color: #4F3C2B;
}
.BgClassName
{
background-color: #4F3C2B;
}
</style>
border-color css
<style>
span { border-color: #4F3C2B; }
span { border-color: rgb(79,60,43); }
td.TdClassName
{
border-color: #4F3C2B;
}
.TagClassName
{
border-color: #4F3C2B;
}
</style>