Shades of Deep Bronze #4F4026
Tints of Deep Bronze #4F4026
RGB
CMYK
RGB Variations
Color information
#4F4026 (or 0x4F4026) is known color: Deep Bronze. HEX triplet: 4F, 40 and 26. RGB value is (79,64,38). Sum of RGB (Red+Green+Blue) = 79+64+38=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4026 is #B0BFD9. Grayscale: #414141. Windows color (decimal): -11583450 or 2506831. OLE color: 2506831.
HSL color Cylindrical-coordinate representation of color #4F4026: hue angle of 38.05º 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 #4F4026 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 38 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.69 |
| HSL | 38.05º | 0.35% | 0.23% | - |
| HSV(B) | 38.05º | 0.52% | 0.31% | - |
| XYZ | 5.41 | 5.47 | 2.6 | - |
| YUV | 65.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 38 | 0 | 0.19 | 0.52 | 0.69 | 38.05 | 0.35 | 0.23 |
| Hex | 4F | 40 | 26 | 0 | 13 | 34 | 45 | 26 | 23 | 17 |
| Octal | 117 | 100 | 46 | 0 | 23 | 64 | 105 | 46 | 43 | 27 |
| Binary | 1001111 | 1000000 | 100110 | 0 | 10011 | 110100 | 1000101 | 100110 | 100011 | 10111 |
Color Harmonies of #4F4026
Complementary color
Monochromatic Colors of #4F4026
Black with #4F4026
Text Example
Text Example
White with #4F4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4026; }
p { color: rgb(79,64,38); }
H1.HeaderClassName
{
color: #4F4026;
}
.AnyTagClassName
{
color: #4F4026;
}
</style>
background-color css
<style>
a { background-color: #4F4026; }
a { background-color: rgb(79,64,38); }
div.DivClassName
{
background-color: #4F4026;
}
.BgClassName
{
background-color: #4F4026;
}
</style>
border-color css
<style>
span { border-color: #4F4026; }
span { border-color: rgb(79,64,38); }
td.TdClassName
{
border-color: #4F4026;
}
.TagClassName
{
border-color: #4F4026;
}
</style>