Shades of Madras #3F3922
Tints of Madras #3F3922
RGB
CMYK
RGB Variations
Color information
#3F3922 (or 0x3F3922) is known color: Madras. HEX triplet: 3F, 39 and 22. RGB value is (63,57,34). Sum of RGB (Red+Green+Blue) = 63+57+34=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3922 is #C0C6DD. Grayscale: #383838. Windows color (decimal): -12633822 or 2242879. OLE color: 2242879.
HSL color Cylindrical-coordinate representation of color #3F3922: hue angle of 47.59º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3922 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 34 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.75 |
| HSL | 47.59º | 0.3% | 0.19% | - |
| HSV(B) | 47.59º | 0.46% | 0.25% | - |
| XYZ | 3.8 | 4.1 | 2.1 | - |
| YUV | 56.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 34 | 0 | 0.10 | 0.46 | 0.75 | 47.59 | 0.3 | 0.19 |
| Hex | 3F | 39 | 22 | 0 | A | 2E | 4B | 30 | 1E | 13 |
| Octal | 77 | 71 | 42 | 0 | 12 | 56 | 113 | 60 | 36 | 23 |
| Binary | 111111 | 111001 | 100010 | 0 | 1010 | 101110 | 1001011 | 110000 | 11110 | 10011 |
Color Harmonies of #3F3922
Complementary color
Monochromatic Colors of #3F3922
Black with #3F3922
Text Example
Text Example
White with #3F3922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3922; }
p { color: rgb(63,57,34); }
H1.HeaderClassName
{
color: #3F3922;
}
.AnyTagClassName
{
color: #3F3922;
}
</style>
background-color css
<style>
a { background-color: #3F3922; }
a { background-color: rgb(63,57,34); }
div.DivClassName
{
background-color: #3F3922;
}
.BgClassName
{
background-color: #3F3922;
}
</style>
border-color css
<style>
span { border-color: #3F3922; }
span { border-color: rgb(63,57,34); }
td.TdClassName
{
border-color: #3F3922;
}
.TagClassName
{
border-color: #3F3922;
}
</style>