Shades of Madras #3D3819
Tints of Madras #3D3819
RGB
CMYK
RGB Variations
Color information
#3D3819 (or 0x3D3819) is known color: Madras. HEX triplet: 3D, 38 and 19. RGB value is (61,56,25). Sum of RGB (Red+Green+Blue) = 61+56+25=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3819 is #C2C7E6. Grayscale: #363636. Windows color (decimal): -12765159 or 1652797. OLE color: 1652797.
HSL color Cylindrical-coordinate representation of color #3D3819: hue angle of 51.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D3819 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 56 | 25 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.76 |
| HSL | 51.67º | 0.42% | 0.17% | - |
| HSV(B) | 51.67º | 0.59% | 0.24% | - |
| XYZ | 3.51 | 3.89 | 1.49 | - |
| YUV | 53.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 56 | 25 | 0 | 0.08 | 0.59 | 0.76 | 51.67 | 0.42 | 0.17 |
| Hex | 3D | 38 | 19 | 0 | 8 | 3B | 4C | 34 | 2A | 11 |
| Octal | 75 | 70 | 31 | 0 | 10 | 73 | 114 | 64 | 52 | 21 |
| Binary | 111101 | 111000 | 11001 | 0 | 1000 | 111011 | 1001100 | 110100 | 101010 | 10001 |
Color Harmonies of #3D3819
Complementary color
Monochromatic Colors of #3D3819
Black with #3D3819
Text Example
Text Example
White with #3D3819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3819; }
p { color: rgb(61,56,25); }
H1.HeaderClassName
{
color: #3D3819;
}
.AnyTagClassName
{
color: #3D3819;
}
</style>
background-color css
<style>
a { background-color: #3D3819; }
a { background-color: rgb(61,56,25); }
div.DivClassName
{
background-color: #3D3819;
}
.BgClassName
{
background-color: #3D3819;
}
</style>
border-color css
<style>
span { border-color: #3D3819; }
span { border-color: rgb(61,56,25); }
td.TdClassName
{
border-color: #3D3819;
}
.TagClassName
{
border-color: #3D3819;
}
</style>