Shades of Madras #3D3903
Tints of Madras #3D3903
RGB
CMYK
RGB Variations
Color information
#3D3903 (or 0x3D3903) is known color: Madras. HEX triplet: 3D, 39 and 03. RGB value is (61,57,3). Sum of RGB (Red+Green+Blue) = 61+57+3=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3903 is #C2C6FC. Grayscale: #343434. Windows color (decimal): -12764925 or 211261. OLE color: 211261.
HSL color Cylindrical-coordinate representation of color #3D3903: hue angle of 55.86º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D3903 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 3 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.76 |
| HSL | 55.86º | 0.91% | 0.13% | - |
| HSV(B) | 55.86º | 0.95% | 0.24% | - |
| XYZ | 3.4 | 3.92 | 0.66 | - |
| YUV | 52.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 3 | 0 | 0.07 | 0.95 | 0.76 | 55.86 | 0.91 | 0.13 |
| Hex | 3D | 39 | 3 | 0 | 7 | 5F | 4C | 38 | 5B | D |
| Octal | 75 | 71 | 3 | 0 | 7 | 137 | 114 | 70 | 133 | 15 |
| Binary | 111101 | 111001 | 11 | 0 | 111 | 1011111 | 1001100 | 111000 | 1011011 | 1101 |
Color Harmonies of #3D3903
Complementary color
Monochromatic Colors of #3D3903
Black with #3D3903
Text Example
Text Example
White with #3D3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3903; }
p { color: rgb(61,57,3); }
H1.HeaderClassName
{
color: #3D3903;
}
.AnyTagClassName
{
color: #3D3903;
}
</style>
background-color css
<style>
a { background-color: #3D3903; }
a { background-color: rgb(61,57,3); }
div.DivClassName
{
background-color: #3D3903;
}
.BgClassName
{
background-color: #3D3903;
}
</style>
border-color css
<style>
span { border-color: #3D3903; }
span { border-color: rgb(61,57,3); }
td.TdClassName
{
border-color: #3D3903;
}
.TagClassName
{
border-color: #3D3903;
}
</style>