Shades of Madras #3B3605
Tints of Madras #3B3605
RGB
CMYK
RGB Variations
Color information
#3B3605 (or 0x3B3605) is known color: Madras. HEX triplet: 3B, 36 and 05. RGB value is (59,54,5). Sum of RGB (Red+Green+Blue) = 59+54+5=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3605 is #C4C9FA. Grayscale: #323232. Windows color (decimal): -12896763 or 341563. OLE color: 341563.
HSL color Cylindrical-coordinate representation of color #3B3605: hue angle of 54.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B3605 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 5 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.77 |
| HSL | 54.44º | 0.84% | 0.13% | - |
| HSV(B) | 54.44º | 0.92% | 0.23% | - |
| XYZ | 3.15 | 3.58 | 0.67 | - |
| YUV | 49.91 | 102.66 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 5 | 0 | 0.08 | 0.92 | 0.77 | 54.44 | 0.84 | 0.13 |
| Hex | 3B | 36 | 5 | 0 | 8 | 5C | 4D | 36 | 54 | D |
| Octal | 73 | 66 | 5 | 0 | 10 | 134 | 115 | 66 | 124 | 15 |
| Binary | 111011 | 110110 | 101 | 0 | 1000 | 1011100 | 1001101 | 110110 | 1010100 | 1101 |
Color Harmonies of #3B3605
Complementary color
Monochromatic Colors of #3B3605
Black with #3B3605
Text Example
Text Example
White with #3B3605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3605; }
p { color: rgb(59,54,5); }
H1.HeaderClassName
{
color: #3B3605;
}
.AnyTagClassName
{
color: #3B3605;
}
</style>
background-color css
<style>
a { background-color: #3B3605; }
a { background-color: rgb(59,54,5); }
div.DivClassName
{
background-color: #3B3605;
}
.BgClassName
{
background-color: #3B3605;
}
</style>
border-color css
<style>
span { border-color: #3B3605; }
span { border-color: rgb(59,54,5); }
td.TdClassName
{
border-color: #3B3605;
}
.TagClassName
{
border-color: #3B3605;
}
</style>