Shades of Madras #4F3908
Tints of Madras #4F3908
RGB
CMYK
RGB Variations
Color information
#4F3908 (or 0x4F3908) is known color: Madras. HEX triplet: 4F, 39 and 08. RGB value is (79,57,8). Sum of RGB (Red+Green+Blue) = 79+57+8=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3908 is #B0C6F7. Grayscale: #3A3A3A. Windows color (decimal): -11585272 or 538959. OLE color: 538959.
HSL color Cylindrical-coordinate representation of color #4F3908: hue angle of 41.41º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F3908 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 57 | 8 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.69 |
| HSL | 41.41º | 0.82% | 0.17% | - |
| HSV(B) | 41.41º | 0.9% | 0.31% | - |
| XYZ | 4.73 | 4.61 | 0.87 | - |
| YUV | 57.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 8 | 0 | 0.28 | 0.90 | 0.69 | 41.41 | 0.82 | 0.17 |
| Hex | 4F | 39 | 8 | 0 | 1C | 5A | 45 | 29 | 52 | 11 |
| Octal | 117 | 71 | 10 | 0 | 34 | 132 | 105 | 51 | 122 | 21 |
| Binary | 1001111 | 111001 | 1000 | 0 | 11100 | 1011010 | 1000101 | 101001 | 1010010 | 10001 |
Color Harmonies of #4F3908
Complementary color
Monochromatic Colors of #4F3908
Black with #4F3908
Text Example
Text Example
White with #4F3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3908; }
p { color: rgb(79,57,8); }
H1.HeaderClassName
{
color: #4F3908;
}
.AnyTagClassName
{
color: #4F3908;
}
</style>
background-color css
<style>
a { background-color: #4F3908; }
a { background-color: rgb(79,57,8); }
div.DivClassName
{
background-color: #4F3908;
}
.BgClassName
{
background-color: #4F3908;
}
</style>
border-color css
<style>
span { border-color: #4F3908; }
span { border-color: rgb(79,57,8); }
td.TdClassName
{
border-color: #4F3908;
}
.TagClassName
{
border-color: #4F3908;
}
</style>