Shades of Madras #3F3A22
Tints of Madras #3F3A22
RGB
CMYK
RGB Variations
Color information
#3F3A22 (or 0x3F3A22) is known color: Madras. HEX triplet: 3F, 3A and 22. RGB value is (63,58,34). Sum of RGB (Red+Green+Blue) = 63+58+34=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A22 is #C0C5DD. Grayscale: #383838. Windows color (decimal): -12633566 or 2243135. OLE color: 2243135.
HSL color Cylindrical-coordinate representation of color #3F3A22: hue angle of 49.66º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3A22 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 58 | 34 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.75 |
| HSL | 49.66º | 0.3% | 0.19% | - |
| HSV(B) | 49.66º | 0.46% | 0.25% | - |
| XYZ | 3.85 | 4.2 | 2.12 | - |
| YUV | 56.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 34 | 0 | 0.08 | 0.46 | 0.75 | 49.66 | 0.3 | 0.19 |
| Hex | 3F | 3A | 22 | 0 | 8 | 2E | 4B | 32 | 1E | 13 |
| Octal | 77 | 72 | 42 | 0 | 10 | 56 | 113 | 62 | 36 | 23 |
| Binary | 111111 | 111010 | 100010 | 0 | 1000 | 101110 | 1001011 | 110010 | 11110 | 10011 |
Color Harmonies of #3F3A22
Complementary color
Monochromatic Colors of #3F3A22
Black with #3F3A22
Text Example
Text Example
White with #3F3A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A22; }
p { color: rgb(63,58,34); }
H1.HeaderClassName
{
color: #3F3A22;
}
.AnyTagClassName
{
color: #3F3A22;
}
</style>
background-color css
<style>
a { background-color: #3F3A22; }
a { background-color: rgb(63,58,34); }
div.DivClassName
{
background-color: #3F3A22;
}
.BgClassName
{
background-color: #3F3A22;
}
</style>
border-color css
<style>
span { border-color: #3F3A22; }
span { border-color: rgb(63,58,34); }
td.TdClassName
{
border-color: #3F3A22;
}
.TagClassName
{
border-color: #3F3A22;
}
</style>