Shades of Deep Bronze #4F422A
Tints of Deep Bronze #4F422A
RGB
CMYK
RGB Variations
Color information
#4F422A (or 0x4F422A) is known color: Deep Bronze. HEX triplet: 4F, 42 and 2A. RGB value is (79,66,42). Sum of RGB (Red+Green+Blue) = 79+66+42=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F422A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F422A is #B0BDD5. Grayscale: #434343. Windows color (decimal): -11582934 or 2769487. OLE color: 2769487.
HSL color Cylindrical-coordinate representation of color #4F422A: hue angle of 38.92º 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 #4F422A is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 66 | 42 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.69 |
| HSL | 38.92º | 0.31% | 0.24% | - |
| HSV(B) | 38.92º | 0.47% | 0.31% | - |
| XYZ | 5.59 | 5.73 | 3 | - |
| YUV | 67.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 42 | 0 | 0.16 | 0.47 | 0.69 | 38.92 | 0.31 | 0.24 |
| Hex | 4F | 42 | 2A | 0 | 10 | 2F | 45 | 27 | 1F | 18 |
| Octal | 117 | 102 | 52 | 0 | 20 | 57 | 105 | 47 | 37 | 30 |
| Binary | 1001111 | 1000010 | 101010 | 0 | 10000 | 101111 | 1000101 | 100111 | 11111 | 11000 |
Color Harmonies of #4F422A
Complementary color
Monochromatic Colors of #4F422A
Black with #4F422A
Text Example
Text Example
White with #4F422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F422A; }
p { color: rgb(79,66,42); }
H1.HeaderClassName
{
color: #4F422A;
}
.AnyTagClassName
{
color: #4F422A;
}
</style>
background-color css
<style>
a { background-color: #4F422A; }
a { background-color: rgb(79,66,42); }
div.DivClassName
{
background-color: #4F422A;
}
.BgClassName
{
background-color: #4F422A;
}
</style>
border-color css
<style>
span { border-color: #4F422A; }
span { border-color: rgb(79,66,42); }
td.TdClassName
{
border-color: #4F422A;
}
.TagClassName
{
border-color: #4F422A;
}
</style>