Shades of Deep Bronze #4F4334
Tints of Deep Bronze #4F4334
RGB
CMYK
RGB Variations
Color information
#4F4334 (or 0x4F4334) is known color: Deep Bronze. HEX triplet: 4F, 43 and 34. RGB value is (79,67,52). Sum of RGB (Red+Green+Blue) = 79+67+52=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4334 is #B0BCCB. Grayscale: #444444. Windows color (decimal): -11582668 or 3425103. OLE color: 3425103.
HSL color Cylindrical-coordinate representation of color #4F4334: hue angle of 33.33º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F4334 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 67 | 52 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.69 |
| HSL | 33.33º | 0.21% | 0.26% | - |
| HSV(B) | 33.33º | 0.34% | 0.31% | - |
| XYZ | 5.85 | 5.92 | 4.08 | - |
| YUV | 68.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 52 | 0 | 0.15 | 0.34 | 0.69 | 33.33 | 0.21 | 0.26 |
| Hex | 4F | 43 | 34 | 0 | F | 22 | 45 | 21 | 15 | 1A |
| Octal | 117 | 103 | 64 | 0 | 17 | 42 | 105 | 41 | 25 | 32 |
| Binary | 1001111 | 1000011 | 110100 | 0 | 1111 | 100010 | 1000101 | 100001 | 10101 | 11010 |
Color Harmonies of #4F4334
Complementary color
Monochromatic Colors of #4F4334
Black with #4F4334
Text Example
Text Example
White with #4F4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4334; }
p { color: rgb(79,67,52); }
H1.HeaderClassName
{
color: #4F4334;
}
.AnyTagClassName
{
color: #4F4334;
}
</style>
background-color css
<style>
a { background-color: #4F4334; }
a { background-color: rgb(79,67,52); }
div.DivClassName
{
background-color: #4F4334;
}
.BgClassName
{
background-color: #4F4334;
}
</style>
border-color css
<style>
span { border-color: #4F4334; }
span { border-color: rgb(79,67,52); }
td.TdClassName
{
border-color: #4F4334;
}
.TagClassName
{
border-color: #4F4334;
}
</style>