Shades of Madras #3F3601
Tints of Madras #3F3601
RGB
CMYK
RGB Variations
Color information
#3F3601 (or 0x3F3601) is known color: Madras. HEX triplet: 3F, 36 and 01. RGB value is (63,54,1). Sum of RGB (Red+Green+Blue) = 63+54+1=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3601 is #C0C9FE. Grayscale: #323232. Windows color (decimal): -12634623 or 79423. OLE color: 79423.
HSL color Cylindrical-coordinate representation of color #3F3601: hue angle of 51.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F3601 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 1 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.75 |
| HSL | 51.29º | 0.97% | 0.13% | - |
| HSV(B) | 51.29º | 0.98% | 0.25% | - |
| XYZ | 3.37 | 3.7 | 0.56 | - |
| YUV | 50.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 1 | 0 | 0.14 | 0.98 | 0.75 | 51.29 | 0.97 | 0.13 |
| Hex | 3F | 36 | 1 | 0 | E | 62 | 4B | 33 | 61 | D |
| Octal | 77 | 66 | 1 | 0 | 16 | 142 | 113 | 63 | 141 | 15 |
| Binary | 111111 | 110110 | 1 | 0 | 1110 | 1100010 | 1001011 | 110011 | 1100001 | 1101 |
Color Harmonies of #3F3601
Complementary color
Monochromatic Colors of #3F3601
Black with #3F3601
Text Example
Text Example
White with #3F3601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3601; }
p { color: rgb(63,54,1); }
H1.HeaderClassName
{
color: #3F3601;
}
.AnyTagClassName
{
color: #3F3601;
}
</style>
background-color css
<style>
a { background-color: #3F3601; }
a { background-color: rgb(63,54,1); }
div.DivClassName
{
background-color: #3F3601;
}
.BgClassName
{
background-color: #3F3601;
}
</style>
border-color css
<style>
span { border-color: #3F3601; }
span { border-color: rgb(63,54,1); }
td.TdClassName
{
border-color: #3F3601;
}
.TagClassName
{
border-color: #3F3601;
}
</style>