Shades of Madras #3F3920
Tints of Madras #3F3920
RGB
CMYK
RGB Variations
Color information
#3F3920 (or 0x3F3920) is known color: Madras. HEX triplet: 3F, 39 and 20. RGB value is (63,57,32). Sum of RGB (Red+Green+Blue) = 63+57+32=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3920 is #C0C6DF. Grayscale: #383838. Windows color (decimal): -12633824 or 2111807. OLE color: 2111807.
HSL color Cylindrical-coordinate representation of color #3F3920: hue angle of 48.39º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F3920 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 32 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.75 |
| HSL | 48.39º | 0.33% | 0.19% | - |
| HSV(B) | 48.39º | 0.49% | 0.25% | - |
| XYZ | 3.77 | 4.09 | 1.96 | - |
| YUV | 55.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 32 | 0 | 0.10 | 0.49 | 0.75 | 48.39 | 0.33 | 0.19 |
| Hex | 3F | 39 | 20 | 0 | A | 31 | 4B | 30 | 21 | 13 |
| Octal | 77 | 71 | 40 | 0 | 12 | 61 | 113 | 60 | 41 | 23 |
| Binary | 111111 | 111001 | 100000 | 0 | 1010 | 110001 | 1001011 | 110000 | 100001 | 10011 |
Color Harmonies of #3F3920
Complementary color
Monochromatic Colors of #3F3920
Black with #3F3920
Text Example
Text Example
White with #3F3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3920; }
p { color: rgb(63,57,32); }
H1.HeaderClassName
{
color: #3F3920;
}
.AnyTagClassName
{
color: #3F3920;
}
</style>
background-color css
<style>
a { background-color: #3F3920; }
a { background-color: rgb(63,57,32); }
div.DivClassName
{
background-color: #3F3920;
}
.BgClassName
{
background-color: #3F3920;
}
</style>
border-color css
<style>
span { border-color: #3F3920; }
span { border-color: rgb(63,57,32); }
td.TdClassName
{
border-color: #3F3920;
}
.TagClassName
{
border-color: #3F3920;
}
</style>