Shades of Bronze Olive #4F481C
Tints of Bronze Olive #4F481C
RGB
CMYK
RGB Variations
Color information
#4F481C (or 0x4F481C) is known color: Bronze Olive. HEX triplet: 4F, 48 and 1C. RGB value is (79,72,28). Sum of RGB (Red+Green+Blue) = 79+72+28=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F481C is #B0B7E3. Grayscale: #454545. Windows color (decimal): -11581412 or 1853519. OLE color: 1853519.
HSL color Cylindrical-coordinate representation of color #4F481C: hue angle of 51.76º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F481C is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 28 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.69 |
| HSL | 51.76º | 0.48% | 0.21% | - |
| HSV(B) | 51.76º | 0.65% | 0.31% | - |
| XYZ | 5.75 | 6.38 | 2.03 | - |
| YUV | 69.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 28 | 0 | 0.09 | 0.65 | 0.69 | 51.76 | 0.48 | 0.21 |
| Hex | 4F | 48 | 1C | 0 | 9 | 41 | 45 | 34 | 30 | 15 |
| Octal | 117 | 110 | 34 | 0 | 11 | 101 | 105 | 64 | 60 | 25 |
| Binary | 1001111 | 1001000 | 11100 | 0 | 1001 | 1000001 | 1000101 | 110100 | 110000 | 10101 |
Color Harmonies of #4F481C
Complementary color
Monochromatic Colors of #4F481C
Black with #4F481C
Text Example
Text Example
White with #4F481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F481C; }
p { color: rgb(79,72,28); }
H1.HeaderClassName
{
color: #4F481C;
}
.AnyTagClassName
{
color: #4F481C;
}
</style>
background-color css
<style>
a { background-color: #4F481C; }
a { background-color: rgb(79,72,28); }
div.DivClassName
{
background-color: #4F481C;
}
.BgClassName
{
background-color: #4F481C;
}
</style>
border-color css
<style>
span { border-color: #4F481C; }
span { border-color: rgb(79,72,28); }
td.TdClassName
{
border-color: #4F481C;
}
.TagClassName
{
border-color: #4F481C;
}
</style>