Shades of Bronze Olive #4F4919
Tints of Bronze Olive #4F4919
RGB
CMYK
RGB Variations
Color information
#4F4919 (or 0x4F4919) is known color: Bronze Olive. HEX triplet: 4F, 49 and 19. RGB value is (79,73,25). Sum of RGB (Red+Green+Blue) = 79+73+25=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4919 is #B0B6E6. Grayscale: #454545. Windows color (decimal): -11581159 or 1657167. OLE color: 1657167.
HSL color Cylindrical-coordinate representation of color #4F4919: hue angle of 53.33º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F4919 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 25 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.69 |
| HSL | 53.33º | 0.52% | 0.2% | - |
| HSV(B) | 53.33º | 0.68% | 0.31% | - |
| XYZ | 5.78 | 6.5 | 1.87 | - |
| YUV | 69.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 25 | 0 | 0.08 | 0.68 | 0.69 | 53.33 | 0.52 | 0.2 |
| Hex | 4F | 49 | 19 | 0 | 8 | 44 | 45 | 35 | 34 | 14 |
| Octal | 117 | 111 | 31 | 0 | 10 | 104 | 105 | 65 | 64 | 24 |
| Binary | 1001111 | 1001001 | 11001 | 0 | 1000 | 1000100 | 1000101 | 110101 | 110100 | 10100 |
Color Harmonies of #4F4919
Complementary color
Monochromatic Colors of #4F4919
Black with #4F4919
Text Example
Text Example
White with #4F4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4919; }
p { color: rgb(79,73,25); }
H1.HeaderClassName
{
color: #4F4919;
}
.AnyTagClassName
{
color: #4F4919;
}
</style>
background-color css
<style>
a { background-color: #4F4919; }
a { background-color: rgb(79,73,25); }
div.DivClassName
{
background-color: #4F4919;
}
.BgClassName
{
background-color: #4F4919;
}
</style>
border-color css
<style>
span { border-color: #4F4919; }
span { border-color: rgb(79,73,25); }
td.TdClassName
{
border-color: #4F4919;
}
.TagClassName
{
border-color: #4F4919;
}
</style>