Shades of Deep Bronze #4F3F2A
Tints of Deep Bronze #4F3F2A
RGB
CMYK
RGB Variations
Color information
#4F3F2A (or 0x4F3F2A) is known color: Deep Bronze. HEX triplet: 4F, 3F and 2A. RGB value is (79,63,42). Sum of RGB (Red+Green+Blue) = 79+63+42=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F2A is #B0C0D5. Grayscale: #414141. Windows color (decimal): -11583702 or 2768719. OLE color: 2768719.
HSL color Cylindrical-coordinate representation of color #4F3F2A: hue angle of 34.05º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F3F2A is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 42 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.69 |
| HSL | 34.05º | 0.31% | 0.24% | - |
| HSV(B) | 34.05º | 0.47% | 0.31% | - |
| XYZ | 5.42 | 5.38 | 2.94 | - |
| YUV | 65.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 42 | 0 | 0.20 | 0.47 | 0.69 | 34.05 | 0.31 | 0.24 |
| Hex | 4F | 3F | 2A | 0 | 14 | 2F | 45 | 22 | 1F | 18 |
| Octal | 117 | 77 | 52 | 0 | 24 | 57 | 105 | 42 | 37 | 30 |
| Binary | 1001111 | 111111 | 101010 | 0 | 10100 | 101111 | 1000101 | 100010 | 11111 | 11000 |
Color Harmonies of #4F3F2A
Complementary color
Monochromatic Colors of #4F3F2A
Black with #4F3F2A
Text Example
Text Example
White with #4F3F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F2A; }
p { color: rgb(79,63,42); }
H1.HeaderClassName
{
color: #4F3F2A;
}
.AnyTagClassName
{
color: #4F3F2A;
}
</style>
background-color css
<style>
a { background-color: #4F3F2A; }
a { background-color: rgb(79,63,42); }
div.DivClassName
{
background-color: #4F3F2A;
}
.BgClassName
{
background-color: #4F3F2A;
}
</style>
border-color css
<style>
span { border-color: #4F3F2A; }
span { border-color: rgb(79,63,42); }
td.TdClassName
{
border-color: #4F3F2A;
}
.TagClassName
{
border-color: #4F3F2A;
}
</style>