Shades of Madras #3F3A02
Tints of Madras #3F3A02
RGB
CMYK
RGB Variations
Color information
#3F3A02 (or 0x3F3A02) is known color: Madras. HEX triplet: 3F, 3A and 02. RGB value is (63,58,2). Sum of RGB (Red+Green+Blue) = 63+58+2=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A02 is #C0C5FD. Grayscale: #353535. Windows color (decimal): -12633598 or 145983. OLE color: 145983.
HSL color Cylindrical-coordinate representation of color #3F3A02: hue angle of 55.08º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F3A02 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 2 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.75 |
| HSL | 55.08º | 0.94% | 0.13% | - |
| HSV(B) | 55.08º | 0.97% | 0.25% | - |
| XYZ | 3.57 | 4.09 | 0.66 | - |
| YUV | 53.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 2 | 0 | 0.08 | 0.97 | 0.75 | 55.08 | 0.94 | 0.13 |
| Hex | 3F | 3A | 2 | 0 | 8 | 61 | 4B | 37 | 5E | D |
| Octal | 77 | 72 | 2 | 0 | 10 | 141 | 113 | 67 | 136 | 15 |
| Binary | 111111 | 111010 | 10 | 0 | 1000 | 1100001 | 1001011 | 110111 | 1011110 | 1101 |
Color Harmonies of #3F3A02
Complementary color
Monochromatic Colors of #3F3A02
Black with #3F3A02
Text Example
Text Example
White with #3F3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A02; }
p { color: rgb(63,58,2); }
H1.HeaderClassName
{
color: #3F3A02;
}
.AnyTagClassName
{
color: #3F3A02;
}
</style>
background-color css
<style>
a { background-color: #3F3A02; }
a { background-color: rgb(63,58,2); }
div.DivClassName
{
background-color: #3F3A02;
}
.BgClassName
{
background-color: #3F3A02;
}
</style>
border-color css
<style>
span { border-color: #3F3A02; }
span { border-color: rgb(63,58,2); }
td.TdClassName
{
border-color: #3F3A02;
}
.TagClassName
{
border-color: #3F3A02;
}
</style>