Shades of Deep Bronze #4F3E26
Tints of Deep Bronze #4F3E26
RGB
CMYK
RGB Variations
Color information
#4F3E26 (or 0x4F3E26) is known color: Deep Bronze. HEX triplet: 4F, 3E and 26. RGB value is (79,62,38). Sum of RGB (Red+Green+Blue) = 79+62+38=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E26 is #B0C1D9. Grayscale: #404040. Windows color (decimal): -11583962 or 2506319. OLE color: 2506319.
HSL color Cylindrical-coordinate representation of color #4F3E26: hue angle of 35.12º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F3E26 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 62 | 38 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.69 |
| HSL | 35.12º | 0.35% | 0.23% | - |
| HSV(B) | 35.12º | 0.52% | 0.31% | - |
| XYZ | 5.3 | 5.25 | 2.57 | - |
| YUV | 64.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 38 | 0 | 0.22 | 0.52 | 0.69 | 35.12 | 0.35 | 0.23 |
| Hex | 4F | 3E | 26 | 0 | 16 | 34 | 45 | 23 | 23 | 17 |
| Octal | 117 | 76 | 46 | 0 | 26 | 64 | 105 | 43 | 43 | 27 |
| Binary | 1001111 | 111110 | 100110 | 0 | 10110 | 110100 | 1000101 | 100011 | 100011 | 10111 |
Color Harmonies of #4F3E26
Complementary color
Monochromatic Colors of #4F3E26
Black with #4F3E26
Text Example
Text Example
White with #4F3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3E26; }
p { color: rgb(79,62,38); }
H1.HeaderClassName
{
color: #4F3E26;
}
.AnyTagClassName
{
color: #4F3E26;
}
</style>
background-color css
<style>
a { background-color: #4F3E26; }
a { background-color: rgb(79,62,38); }
div.DivClassName
{
background-color: #4F3E26;
}
.BgClassName
{
background-color: #4F3E26;
}
</style>
border-color css
<style>
span { border-color: #4F3E26; }
span { border-color: rgb(79,62,38); }
td.TdClassName
{
border-color: #4F3E26;
}
.TagClassName
{
border-color: #4F3E26;
}
</style>