Shades of Mikado #3D3115
Tints of Mikado #3D3115
RGB
CMYK
RGB Variations
Color information
#3D3115 (or 0x3D3115) is known color: Mikado. HEX triplet: 3D, 31 and 15. RGB value is (61,49,21). Sum of RGB (Red+Green+Blue) = 61+49+21=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3115 is #C2CEEA. Grayscale: #313131. Windows color (decimal): -12766955 or 1388861. OLE color: 1388861.
HSL color Cylindrical-coordinate representation of color #3D3115: hue angle of 42º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D3115 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 21 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.76 |
| HSL | 42º | 0.49% | 0.16% | - |
| HSV(B) | 42º | 0.66% | 0.24% | - |
| XYZ | 3.16 | 3.24 | 1.17 | - |
| YUV | 49.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 21 | 0 | 0.20 | 0.66 | 0.76 | 42 | 0.49 | 0.16 |
| Hex | 3D | 31 | 15 | 0 | 14 | 42 | 4C | 2A | 31 | 10 |
| Octal | 75 | 61 | 25 | 0 | 24 | 102 | 114 | 52 | 61 | 20 |
| Binary | 111101 | 110001 | 10101 | 0 | 10100 | 1000010 | 1001100 | 101010 | 110001 | 10000 |
Color Harmonies of #3D3115
Complementary color
Monochromatic Colors of #3D3115
Black with #3D3115
Text Example
Text Example
White with #3D3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3115; }
p { color: rgb(61,49,21); }
H1.HeaderClassName
{
color: #3D3115;
}
.AnyTagClassName
{
color: #3D3115;
}
</style>
background-color css
<style>
a { background-color: #3D3115; }
a { background-color: rgb(61,49,21); }
div.DivClassName
{
background-color: #3D3115;
}
.BgClassName
{
background-color: #3D3115;
}
</style>
border-color css
<style>
span { border-color: #3D3115; }
span { border-color: rgb(61,49,21); }
td.TdClassName
{
border-color: #3D3115;
}
.TagClassName
{
border-color: #3D3115;
}
</style>