Shades of Madras #3F3A12
Tints of Madras #3F3A12
RGB
CMYK
RGB Variations
Color information
#3F3A12 (or 0x3F3A12) is known color: Madras. HEX triplet: 3F, 3A and 12. RGB value is (63,58,18). Sum of RGB (Red+Green+Blue) = 63+58+18=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A12 is #C0C5ED. Grayscale: #373737. Windows color (decimal): -12633582 or 1194559. OLE color: 1194559.
HSL color Cylindrical-coordinate representation of color #3F3A12: hue angle of 53.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 #3F3A12 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 18 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.75 |
| HSL | 53.33º | 0.56% | 0.16% | - |
| HSV(B) | 53.33º | 0.71% | 0.25% | - |
| XYZ | 3.67 | 4.13 | 1.18 | - |
| YUV | 54.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 18 | 0 | 0.08 | 0.71 | 0.75 | 53.33 | 0.56 | 0.16 |
| Hex | 3F | 3A | 12 | 0 | 8 | 47 | 4B | 35 | 38 | 10 |
| Octal | 77 | 72 | 22 | 0 | 10 | 107 | 113 | 65 | 70 | 20 |
| Binary | 111111 | 111010 | 10010 | 0 | 1000 | 1000111 | 1001011 | 110101 | 111000 | 10000 |
Color Harmonies of #3F3A12
Complementary color
Monochromatic Colors of #3F3A12
Black with #3F3A12
Text Example
Text Example
White with #3F3A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A12; }
p { color: rgb(63,58,18); }
H1.HeaderClassName
{
color: #3F3A12;
}
.AnyTagClassName
{
color: #3F3A12;
}
</style>
background-color css
<style>
a { background-color: #3F3A12; }
a { background-color: rgb(63,58,18); }
div.DivClassName
{
background-color: #3F3A12;
}
.BgClassName
{
background-color: #3F3A12;
}
</style>
border-color css
<style>
span { border-color: #3F3A12; }
span { border-color: rgb(63,58,18); }
td.TdClassName
{
border-color: #3F3A12;
}
.TagClassName
{
border-color: #3F3A12;
}
</style>