Shades of Madras #3F3D12
Tints of Madras #3F3D12
RGB
CMYK
RGB Variations
Color information
#3F3D12 (or 0x3F3D12) is known color: Madras. HEX triplet: 3F, 3D and 12. RGB value is (63,61,18). Sum of RGB (Red+Green+Blue) = 63+61+18=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D12 is #C0C2ED. Grayscale: #383838. Windows color (decimal): -12632814 or 1195327. OLE color: 1195327.
HSL color Cylindrical-coordinate representation of color #3F3D12: hue angle of 57.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F3D12 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 18 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.75 |
| HSL | 57.33º | 0.56% | 0.16% | - |
| HSV(B) | 57.33º | 0.71% | 0.25% | - |
| XYZ | 3.83 | 4.44 | 1.23 | - |
| YUV | 56.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 18 | 0 | 0.03 | 0.71 | 0.75 | 57.33 | 0.56 | 0.16 |
| Hex | 3F | 3D | 12 | 0 | 3 | 47 | 4B | 39 | 38 | 10 |
| Octal | 77 | 75 | 22 | 0 | 3 | 107 | 113 | 71 | 70 | 20 |
| Binary | 111111 | 111101 | 10010 | 0 | 11 | 1000111 | 1001011 | 111001 | 111000 | 10000 |
Color Harmonies of #3F3D12
Complementary color
Monochromatic Colors of #3F3D12
Black with #3F3D12
Text Example
Text Example
White with #3F3D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D12; }
p { color: rgb(63,61,18); }
H1.HeaderClassName
{
color: #3F3D12;
}
.AnyTagClassName
{
color: #3F3D12;
}
</style>
background-color css
<style>
a { background-color: #3F3D12; }
a { background-color: rgb(63,61,18); }
div.DivClassName
{
background-color: #3F3D12;
}
.BgClassName
{
background-color: #3F3D12;
}
</style>
border-color css
<style>
span { border-color: #3F3D12; }
span { border-color: rgb(63,61,18); }
td.TdClassName
{
border-color: #3F3D12;
}
.TagClassName
{
border-color: #3F3D12;
}
</style>