Shades of Madras #3F3C08
Tints of Madras #3F3C08
RGB
CMYK
RGB Variations
Color information
#3F3C08 (or 0x3F3C08) is known color: Madras. HEX triplet: 3F, 3C and 08. RGB value is (63,60,8). Sum of RGB (Red+Green+Blue) = 63+60+8=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3C08 is #C0C3F7. Grayscale: #373737. Windows color (decimal): -12633080 or 539711. OLE color: 539711.
HSL color Cylindrical-coordinate representation of color #3F3C08: hue angle of 56.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F3C08 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 60 | 8 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.75 |
| HSL | 56.73º | 0.77% | 0.14% | - |
| HSV(B) | 56.73º | 0.87% | 0.25% | - |
| XYZ | 3.71 | 4.31 | 0.87 | - |
| YUV | 54.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 8 | 0 | 0.05 | 0.87 | 0.75 | 56.73 | 0.77 | 0.14 |
| Hex | 3F | 3C | 8 | 0 | 5 | 57 | 4B | 39 | 4D | E |
| Octal | 77 | 74 | 10 | 0 | 5 | 127 | 113 | 71 | 115 | 16 |
| Binary | 111111 | 111100 | 1000 | 0 | 101 | 1010111 | 1001011 | 111001 | 1001101 | 1110 |
Color Harmonies of #3F3C08
Complementary color
Monochromatic Colors of #3F3C08
Black with #3F3C08
Text Example
Text Example
White with #3F3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C08; }
p { color: rgb(63,60,8); }
H1.HeaderClassName
{
color: #3F3C08;
}
.AnyTagClassName
{
color: #3F3C08;
}
</style>
background-color css
<style>
a { background-color: #3F3C08; }
a { background-color: rgb(63,60,8); }
div.DivClassName
{
background-color: #3F3C08;
}
.BgClassName
{
background-color: #3F3C08;
}
</style>
border-color css
<style>
span { border-color: #3F3C08; }
span { border-color: rgb(63,60,8); }
td.TdClassName
{
border-color: #3F3C08;
}
.TagClassName
{
border-color: #3F3C08;
}
</style>