Shades of Madras #3F3803
Tints of Madras #3F3803
RGB
CMYK
RGB Variations
Color information
#3F3803 (or 0x3F3803) is known color: Madras. HEX triplet: 3F, 38 and 03. RGB value is (63,56,3). Sum of RGB (Red+Green+Blue) = 63+56+3=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3803 is #C0C7FC. Grayscale: #343434. Windows color (decimal): -12634109 or 211007. OLE color: 211007.
HSL color Cylindrical-coordinate representation of color #3F3803: hue angle of 53º 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 #3F3803 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 56 | 3 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.75 |
| HSL | 53º | 0.91% | 0.13% | - |
| HSV(B) | 53º | 0.95% | 0.25% | - |
| XYZ | 3.48 | 3.89 | 0.65 | - |
| YUV | 52.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 3 | 0 | 0.11 | 0.95 | 0.75 | 53 | 0.91 | 0.13 |
| Hex | 3F | 38 | 3 | 0 | B | 5F | 4B | 35 | 5B | D |
| Octal | 77 | 70 | 3 | 0 | 13 | 137 | 113 | 65 | 133 | 15 |
| Binary | 111111 | 111000 | 11 | 0 | 1011 | 1011111 | 1001011 | 110101 | 1011011 | 1101 |
Color Harmonies of #3F3803
Complementary color
Monochromatic Colors of #3F3803
Black with #3F3803
Text Example
Text Example
White with #3F3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3803; }
p { color: rgb(63,56,3); }
H1.HeaderClassName
{
color: #3F3803;
}
.AnyTagClassName
{
color: #3F3803;
}
</style>
background-color css
<style>
a { background-color: #3F3803; }
a { background-color: rgb(63,56,3); }
div.DivClassName
{
background-color: #3F3803;
}
.BgClassName
{
background-color: #3F3803;
}
</style>
border-color css
<style>
span { border-color: #3F3803; }
span { border-color: rgb(63,56,3); }
td.TdClassName
{
border-color: #3F3803;
}
.TagClassName
{
border-color: #3F3803;
}
</style>