Shades of Madras #3B3607
Tints of Madras #3B3607
RGB
CMYK
RGB Variations
Color information
#3B3607 (or 0x3B3607) is known color: Madras. HEX triplet: 3B, 36 and 07. RGB value is (59,54,7). Sum of RGB (Red+Green+Blue) = 59+54+7=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3607 is #C4C9F8. Grayscale: #323232. Windows color (decimal): -12896761 or 472635. OLE color: 472635.
HSL color Cylindrical-coordinate representation of color #3B3607: hue angle of 54.23º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B3607 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 7 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.77 |
| HSL | 54.23º | 0.79% | 0.13% | - |
| HSV(B) | 54.23º | 0.88% | 0.23% | - |
| XYZ | 3.16 | 3.58 | 0.73 | - |
| YUV | 50.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 7 | 0 | 0.08 | 0.88 | 0.77 | 54.23 | 0.79 | 0.13 |
| Hex | 3B | 36 | 7 | 0 | 8 | 58 | 4D | 36 | 4F | D |
| Octal | 73 | 66 | 7 | 0 | 10 | 130 | 115 | 66 | 117 | 15 |
| Binary | 111011 | 110110 | 111 | 0 | 1000 | 1011000 | 1001101 | 110110 | 1001111 | 1101 |
Color Harmonies of #3B3607
Complementary color
Monochromatic Colors of #3B3607
Black with #3B3607
Text Example
Text Example
White with #3B3607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3607; }
p { color: rgb(59,54,7); }
H1.HeaderClassName
{
color: #3B3607;
}
.AnyTagClassName
{
color: #3B3607;
}
</style>
background-color css
<style>
a { background-color: #3B3607; }
a { background-color: rgb(59,54,7); }
div.DivClassName
{
background-color: #3B3607;
}
.BgClassName
{
background-color: #3B3607;
}
</style>
border-color css
<style>
span { border-color: #3B3607; }
span { border-color: rgb(59,54,7); }
td.TdClassName
{
border-color: #3B3607;
}
.TagClassName
{
border-color: #3B3607;
}
</style>