Shades of Madras #3F3819
Tints of Madras #3F3819
RGB
CMYK
RGB Variations
Color information
#3F3819 (or 0x3F3819) is known color: Madras. HEX triplet: 3F, 38 and 19. RGB value is (63,56,25). Sum of RGB (Red+Green+Blue) = 63+56+25=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3819 is #C0C7E6. Grayscale: #363636. Windows color (decimal): -12634087 or 1652799. OLE color: 1652799.
HSL color Cylindrical-coordinate representation of color #3F3819: hue angle of 48.95º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3819 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 25 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.75 |
| HSL | 48.95º | 0.43% | 0.17% | - |
| HSV(B) | 48.95º | 0.6% | 0.25% | - |
| XYZ | 3.64 | 3.96 | 1.49 | - |
| YUV | 54.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 25 | 0 | 0.11 | 0.60 | 0.75 | 48.95 | 0.43 | 0.17 |
| Hex | 3F | 38 | 19 | 0 | B | 3C | 4B | 31 | 2B | 11 |
| Octal | 77 | 70 | 31 | 0 | 13 | 74 | 113 | 61 | 53 | 21 |
| Binary | 111111 | 111000 | 11001 | 0 | 1011 | 111100 | 1001011 | 110001 | 101011 | 10001 |
Color Harmonies of #3F3819
Complementary color
Monochromatic Colors of #3F3819
Black with #3F3819
Text Example
Text Example
White with #3F3819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3819; }
p { color: rgb(63,56,25); }
H1.HeaderClassName
{
color: #3F3819;
}
.AnyTagClassName
{
color: #3F3819;
}
</style>
background-color css
<style>
a { background-color: #3F3819; }
a { background-color: rgb(63,56,25); }
div.DivClassName
{
background-color: #3F3819;
}
.BgClassName
{
background-color: #3F3819;
}
</style>
border-color css
<style>
span { border-color: #3F3819; }
span { border-color: rgb(63,56,25); }
td.TdClassName
{
border-color: #3F3819;
}
.TagClassName
{
border-color: #3F3819;
}
</style>