Shades of Madras #3E3908
Tints of Madras #3E3908
RGB
CMYK
RGB Variations
Color information
#3E3908 (or 0x3E3908) is known color: Madras. HEX triplet: 3E, 39 and 08. RGB value is (62,57,8). Sum of RGB (Red+Green+Blue) = 62+57+8=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3908 is #C1C6F7. Grayscale: #353535. Windows color (decimal): -12699384 or 538942. OLE color: 538942.
HSL color Cylindrical-coordinate representation of color #3E3908: hue angle of 54.44º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E3908 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 8 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.76 |
| HSL | 54.44º | 0.77% | 0.14% | - |
| HSV(B) | 54.44º | 0.87% | 0.24% | - |
| XYZ | 3.49 | 3.97 | 0.81 | - |
| YUV | 52.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 8 | 0 | 0.08 | 0.87 | 0.76 | 54.44 | 0.77 | 0.14 |
| Hex | 3E | 39 | 8 | 0 | 8 | 57 | 4C | 36 | 4D | E |
| Octal | 76 | 71 | 10 | 0 | 10 | 127 | 114 | 66 | 115 | 16 |
| Binary | 111110 | 111001 | 1000 | 0 | 1000 | 1010111 | 1001100 | 110110 | 1001101 | 1110 |
Color Harmonies of #3E3908
Complementary color
Monochromatic Colors of #3E3908
Black with #3E3908
Text Example
Text Example
White with #3E3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3908; }
p { color: rgb(62,57,8); }
H1.HeaderClassName
{
color: #3E3908;
}
.AnyTagClassName
{
color: #3E3908;
}
</style>
background-color css
<style>
a { background-color: #3E3908; }
a { background-color: rgb(62,57,8); }
div.DivClassName
{
background-color: #3E3908;
}
.BgClassName
{
background-color: #3E3908;
}
</style>
border-color css
<style>
span { border-color: #3E3908; }
span { border-color: rgb(62,57,8); }
td.TdClassName
{
border-color: #3E3908;
}
.TagClassName
{
border-color: #3E3908;
}
</style>