Shades of Madras #3E3B0B
Tints of Madras #3E3B0B
RGB
CMYK
RGB Variations
Color information
#3E3B0B (or 0x3E3B0B) is known color: Madras. HEX triplet: 3E, 3B and 0B. RGB value is (62,59,11). Sum of RGB (Red+Green+Blue) = 62+59+11=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3B0B is #C1C4F4. Grayscale: #363636. Windows color (decimal): -12698869 or 736062. OLE color: 736062.
HSL color Cylindrical-coordinate representation of color #3E3B0B: hue angle of 56.47º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E3B0B is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 59 | 11 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.76 |
| HSL | 56.47º | 0.7% | 0.14% | - |
| HSV(B) | 56.47º | 0.82% | 0.24% | - |
| XYZ | 3.61 | 4.18 | 0.93 | - |
| YUV | 54.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 11 | 0 | 0.05 | 0.82 | 0.76 | 56.47 | 0.7 | 0.14 |
| Hex | 3E | 3B | B | 0 | 5 | 52 | 4C | 38 | 46 | E |
| Octal | 76 | 73 | 13 | 0 | 5 | 122 | 114 | 70 | 106 | 16 |
| Binary | 111110 | 111011 | 1011 | 0 | 101 | 1010010 | 1001100 | 111000 | 1000110 | 1110 |
Color Harmonies of #3E3B0B
Complementary color
Monochromatic Colors of #3E3B0B
Black with #3E3B0B
Text Example
Text Example
White with #3E3B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B0B; }
p { color: rgb(62,59,11); }
H1.HeaderClassName
{
color: #3E3B0B;
}
.AnyTagClassName
{
color: #3E3B0B;
}
</style>
background-color css
<style>
a { background-color: #3E3B0B; }
a { background-color: rgb(62,59,11); }
div.DivClassName
{
background-color: #3E3B0B;
}
.BgClassName
{
background-color: #3E3B0B;
}
</style>
border-color css
<style>
span { border-color: #3E3B0B; }
span { border-color: rgb(62,59,11); }
td.TdClassName
{
border-color: #3E3B0B;
}
.TagClassName
{
border-color: #3E3B0B;
}
</style>