Shades of Madras #3F3603
Tints of Madras #3F3603
RGB
CMYK
RGB Variations
Color information
#3F3603 (or 0x3F3603) is known color: Madras. HEX triplet: 3F, 36 and 03. RGB value is (63,54,3). Sum of RGB (Red+Green+Blue) = 63+54+3=120 (15% of max value = 765). Red value is 63 (25% from 255 or 52.5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3603 is #C0C9FC. Grayscale: #333333. Windows color (decimal): -12634621 or 210495. OLE color: 210495.
HSL color Cylindrical-coordinate representation of color #3F3603: hue angle of 51º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F3603 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 3 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.75 |
| HSL | 51º | 0.91% | 0.13% | - |
| HSV(B) | 51º | 0.95% | 0.25% | - |
| XYZ | 3.39 | 3.7 | 0.62 | - |
| YUV | 50.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 3 | 0 | 0.14 | 0.95 | 0.75 | 51 | 0.91 | 0.13 |
| Hex | 3F | 36 | 3 | 0 | E | 5F | 4B | 33 | 5B | D |
| Octal | 77 | 66 | 3 | 0 | 16 | 137 | 113 | 63 | 133 | 15 |
| Binary | 111111 | 110110 | 11 | 0 | 1110 | 1011111 | 1001011 | 110011 | 1011011 | 1101 |
Color Harmonies of #3F3603
Complementary color
Monochromatic Colors of #3F3603
Black with #3F3603
Text Example
Text Example
White with #3F3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3603; }
p { color: rgb(63,54,3); }
H1.HeaderClassName
{
color: #3F3603;
}
.AnyTagClassName
{
color: #3F3603;
}
</style>
background-color css
<style>
a { background-color: #3F3603; }
a { background-color: rgb(63,54,3); }
div.DivClassName
{
background-color: #3F3603;
}
.BgClassName
{
background-color: #3F3603;
}
</style>
border-color css
<style>
span { border-color: #3F3603; }
span { border-color: rgb(63,54,3); }
td.TdClassName
{
border-color: #3F3603;
}
.TagClassName
{
border-color: #3F3603;
}
</style>