Shades of Deep Bronze #4F422B
Tints of Deep Bronze #4F422B
RGB
CMYK
RGB Variations
Color information
#4F422B (or 0x4F422B) is known color: Deep Bronze. HEX triplet: 4F, 42 and 2B. RGB value is (79,66,43). Sum of RGB (Red+Green+Blue) = 79+66+43=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 79 - color contains mainly: red. Hex color #4F422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F422B is #B0BDD4. Grayscale: #434343. Windows color (decimal): -11582933 or 2835023. OLE color: 2835023.
HSL color Cylindrical-coordinate representation of color #4F422B: hue angle of 38.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 #4F422B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 66 | 43 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.69 |
| HSL | 38.33º | 0.3% | 0.24% | - |
| HSV(B) | 38.33º | 0.46% | 0.31% | - |
| XYZ | 5.61 | 5.73 | 3.1 | - |
| YUV | 67.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 43 | 0 | 0.16 | 0.46 | 0.69 | 38.33 | 0.3 | 0.24 |
| Hex | 4F | 42 | 2B | 0 | 10 | 2E | 45 | 26 | 1E | 18 |
| Octal | 117 | 102 | 53 | 0 | 20 | 56 | 105 | 46 | 36 | 30 |
| Binary | 1001111 | 1000010 | 101011 | 0 | 10000 | 101110 | 1000101 | 100110 | 11110 | 11000 |
Color Harmonies of #4F422B
Complementary color
Monochromatic Colors of #4F422B
Black with #4F422B
Text Example
Text Example
White with #4F422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F422B; }
p { color: rgb(79,66,43); }
H1.HeaderClassName
{
color: #4F422B;
}
.AnyTagClassName
{
color: #4F422B;
}
</style>
background-color css
<style>
a { background-color: #4F422B; }
a { background-color: rgb(79,66,43); }
div.DivClassName
{
background-color: #4F422B;
}
.BgClassName
{
background-color: #4F422B;
}
</style>
border-color css
<style>
span { border-color: #4F422B; }
span { border-color: rgb(79,66,43); }
td.TdClassName
{
border-color: #4F422B;
}
.TagClassName
{
border-color: #4F422B;
}
</style>