Shades of Madras #3B3608
Tints of Madras #3B3608
RGB
CMYK
RGB Variations
Color information
#3B3608 (or 0x3B3608) is known color: Madras. HEX triplet: 3B, 36 and 08. RGB value is (59,54,8). Sum of RGB (Red+Green+Blue) = 59+54+8=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3608 is #C4C9F7. Grayscale: #323232. Windows color (decimal): -12896760 or 538171. OLE color: 538171.
HSL color Cylindrical-coordinate representation of color #3B3608: hue angle of 54.12º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B3608 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 8 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.77 |
| HSL | 54.12º | 0.76% | 0.13% | - |
| HSV(B) | 54.12º | 0.86% | 0.23% | - |
| XYZ | 3.17 | 3.59 | 0.75 | - |
| YUV | 50.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 8 | 0 | 0.08 | 0.86 | 0.77 | 54.12 | 0.76 | 0.13 |
| Hex | 3B | 36 | 8 | 0 | 8 | 56 | 4D | 36 | 4C | D |
| Octal | 73 | 66 | 10 | 0 | 10 | 126 | 115 | 66 | 114 | 15 |
| Binary | 111011 | 110110 | 1000 | 0 | 1000 | 1010110 | 1001101 | 110110 | 1001100 | 1101 |
Color Harmonies of #3B3608
Complementary color
Monochromatic Colors of #3B3608
Black with #3B3608
Text Example
Text Example
White with #3B3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3608; }
p { color: rgb(59,54,8); }
H1.HeaderClassName
{
color: #3B3608;
}
.AnyTagClassName
{
color: #3B3608;
}
</style>
background-color css
<style>
a { background-color: #3B3608; }
a { background-color: rgb(59,54,8); }
div.DivClassName
{
background-color: #3B3608;
}
.BgClassName
{
background-color: #3B3608;
}
</style>
border-color css
<style>
span { border-color: #3B3608; }
span { border-color: rgb(59,54,8); }
td.TdClassName
{
border-color: #3B3608;
}
.TagClassName
{
border-color: #3B3608;
}
</style>