Shades of Madras #3B3603
Tints of Madras #3B3603
RGB
CMYK
RGB Variations
Color information
#3B3603 (or 0x3B3603) is known color: Madras. HEX triplet: 3B, 36 and 03. RGB value is (59,54,3). Sum of RGB (Red+Green+Blue) = 59+54+3=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3603 is #C4C9FC. Grayscale: #313131. Windows color (decimal): -12896765 or 210491. OLE color: 210491.
HSL color Cylindrical-coordinate representation of color #3B3603: hue angle of 54.64º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B3603 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 3 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.77 |
| HSL | 54.64º | 0.9% | 0.12% | - |
| HSV(B) | 54.64º | 0.95% | 0.23% | - |
| XYZ | 3.14 | 3.57 | 0.61 | - |
| YUV | 49.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 3 | 0 | 0.08 | 0.95 | 0.77 | 54.64 | 0.9 | 0.12 |
| Hex | 3B | 36 | 3 | 0 | 8 | 5F | 4D | 37 | 5A | C |
| Octal | 73 | 66 | 3 | 0 | 10 | 137 | 115 | 67 | 132 | 14 |
| Binary | 111011 | 110110 | 11 | 0 | 1000 | 1011111 | 1001101 | 110111 | 1011010 | 1100 |
Color Harmonies of #3B3603
Complementary color
Monochromatic Colors of #3B3603
Black with #3B3603
Text Example
Text Example
White with #3B3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3603; }
p { color: rgb(59,54,3); }
H1.HeaderClassName
{
color: #3B3603;
}
.AnyTagClassName
{
color: #3B3603;
}
</style>
background-color css
<style>
a { background-color: #3B3603; }
a { background-color: rgb(59,54,3); }
div.DivClassName
{
background-color: #3B3603;
}
.BgClassName
{
background-color: #3B3603;
}
</style>
border-color css
<style>
span { border-color: #3B3603; }
span { border-color: rgb(59,54,3); }
td.TdClassName
{
border-color: #3B3603;
}
.TagClassName
{
border-color: #3B3603;
}
</style>