Shades of Madras #3E3703
Tints of Madras #3E3703
RGB
CMYK
RGB Variations
Color information
#3E3703 (or 0x3E3703) is known color: Madras. HEX triplet: 3E, 37 and 03. RGB value is (62,55,3). Sum of RGB (Red+Green+Blue) = 62+55+3=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3703 is #C1C8FC. Grayscale: #333333. Windows color (decimal): -12699901 or 210750. OLE color: 210750.
HSL color Cylindrical-coordinate representation of color #3E3703: hue angle of 52.88º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E3703 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 55 | 3 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.76 |
| HSL | 52.88º | 0.91% | 0.13% | - |
| HSV(B) | 52.88º | 0.95% | 0.24% | - |
| XYZ | 3.37 | 3.76 | 0.63 | - |
| YUV | 51.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 3 | 0 | 0.11 | 0.95 | 0.76 | 52.88 | 0.91 | 0.13 |
| Hex | 3E | 37 | 3 | 0 | B | 5F | 4C | 35 | 5B | D |
| Octal | 76 | 67 | 3 | 0 | 13 | 137 | 114 | 65 | 133 | 15 |
| Binary | 111110 | 110111 | 11 | 0 | 1011 | 1011111 | 1001100 | 110101 | 1011011 | 1101 |
Color Harmonies of #3E3703
Complementary color
Monochromatic Colors of #3E3703
Black with #3E3703
Text Example
Text Example
White with #3E3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3703; }
p { color: rgb(62,55,3); }
H1.HeaderClassName
{
color: #3E3703;
}
.AnyTagClassName
{
color: #3E3703;
}
</style>
background-color css
<style>
a { background-color: #3E3703; }
a { background-color: rgb(62,55,3); }
div.DivClassName
{
background-color: #3E3703;
}
.BgClassName
{
background-color: #3E3703;
}
</style>
border-color css
<style>
span { border-color: #3E3703; }
span { border-color: rgb(62,55,3); }
td.TdClassName
{
border-color: #3E3703;
}
.TagClassName
{
border-color: #3E3703;
}
</style>