Shades of Madras #3F3818
Tints of Madras #3F3818
RGB
CMYK
RGB Variations
Color information
#3F3818 (or 0x3F3818) is known color: Madras. HEX triplet: 3F, 38 and 18. RGB value is (63,56,24). Sum of RGB (Red+Green+Blue) = 63+56+24=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3818 is #C0C7E7. Grayscale: #363636. Windows color (decimal): -12634088 or 1587263. OLE color: 1587263.
HSL color Cylindrical-coordinate representation of color #3F3818: hue angle of 49.23º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F3818 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 24 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.75 |
| HSL | 49.23º | 0.45% | 0.17% | - |
| HSV(B) | 49.23º | 0.62% | 0.25% | - |
| XYZ | 3.63 | 3.95 | 1.44 | - |
| YUV | 54.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 24 | 0 | 0.11 | 0.62 | 0.75 | 49.23 | 0.45 | 0.17 |
| Hex | 3F | 38 | 18 | 0 | B | 3E | 4B | 31 | 2D | 11 |
| Octal | 77 | 70 | 30 | 0 | 13 | 76 | 113 | 61 | 55 | 21 |
| Binary | 111111 | 111000 | 11000 | 0 | 1011 | 111110 | 1001011 | 110001 | 101101 | 10001 |
Color Harmonies of #3F3818
Complementary color
Monochromatic Colors of #3F3818
Black with #3F3818
Text Example
Text Example
White with #3F3818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3818; }
p { color: rgb(63,56,24); }
H1.HeaderClassName
{
color: #3F3818;
}
.AnyTagClassName
{
color: #3F3818;
}
</style>
background-color css
<style>
a { background-color: #3F3818; }
a { background-color: rgb(63,56,24); }
div.DivClassName
{
background-color: #3F3818;
}
.BgClassName
{
background-color: #3F3818;
}
</style>
border-color css
<style>
span { border-color: #3F3818; }
span { border-color: rgb(63,56,24); }
td.TdClassName
{
border-color: #3F3818;
}
.TagClassName
{
border-color: #3F3818;
}
</style>