Shades of Deep Bronze #4F4027
Tints of Deep Bronze #4F4027
RGB
CMYK
RGB Variations
Color information
#4F4027 (or 0x4F4027) is known color: Deep Bronze. HEX triplet: 4F, 40 and 27. RGB value is (79,64,39). Sum of RGB (Red+Green+Blue) = 79+64+39=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4027 is #B0BFD8. Grayscale: #414141. Windows color (decimal): -11583449 or 2572367. OLE color: 2572367.
HSL color Cylindrical-coordinate representation of color #4F4027: hue angle of 37.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F4027 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 64 | 39 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.69 |
| HSL | 37.5º | 0.34% | 0.23% | - |
| HSV(B) | 37.5º | 0.51% | 0.31% | - |
| XYZ | 5.42 | 5.48 | 2.69 | - |
| YUV | 65.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 64 | 39 | 0 | 0.19 | 0.51 | 0.69 | 37.5 | 0.34 | 0.23 |
| Hex | 4F | 40 | 27 | 0 | 13 | 33 | 45 | 26 | 22 | 17 |
| Octal | 117 | 100 | 47 | 0 | 23 | 63 | 105 | 46 | 42 | 27 |
| Binary | 1001111 | 1000000 | 100111 | 0 | 10011 | 110011 | 1000101 | 100110 | 100010 | 10111 |
Color Harmonies of #4F4027
Complementary color
Monochromatic Colors of #4F4027
Black with #4F4027
Text Example
Text Example
White with #4F4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4027; }
p { color: rgb(79,64,39); }
H1.HeaderClassName
{
color: #4F4027;
}
.AnyTagClassName
{
color: #4F4027;
}
</style>
background-color css
<style>
a { background-color: #4F4027; }
a { background-color: rgb(79,64,39); }
div.DivClassName
{
background-color: #4F4027;
}
.BgClassName
{
background-color: #4F4027;
}
</style>
border-color css
<style>
span { border-color: #4F4027; }
span { border-color: rgb(79,64,39); }
td.TdClassName
{
border-color: #4F4027;
}
.TagClassName
{
border-color: #4F4027;
}
</style>