Shades of Mikado #3D3113
Tints of Mikado #3D3113
RGB
CMYK
RGB Variations
Color information
#3D3113 (or 0x3D3113) is known color: Mikado. HEX triplet: 3D, 31 and 13. RGB value is (61,49,19). Sum of RGB (Red+Green+Blue) = 61+49+19=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3113 is #C2CEEC. Grayscale: #313131. Windows color (decimal): -12766957 or 1257789. OLE color: 1257789.
HSL color Cylindrical-coordinate representation of color #3D3113: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D3113 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 19 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.76 |
| HSL | 42.86º | 0.53% | 0.16% | - |
| HSV(B) | 42.86º | 0.69% | 0.24% | - |
| XYZ | 3.14 | 3.24 | 1.08 | - |
| YUV | 49.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 19 | 0 | 0.20 | 0.69 | 0.76 | 42.86 | 0.53 | 0.16 |
| Hex | 3D | 31 | 13 | 0 | 14 | 45 | 4C | 2B | 34 | 10 |
| Octal | 75 | 61 | 23 | 0 | 24 | 105 | 114 | 53 | 64 | 20 |
| Binary | 111101 | 110001 | 10011 | 0 | 10100 | 1000101 | 1001100 | 101011 | 110100 | 10000 |
Color Harmonies of #3D3113
Complementary color
Monochromatic Colors of #3D3113
Black with #3D3113
Text Example
Text Example
White with #3D3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3113; }
p { color: rgb(61,49,19); }
H1.HeaderClassName
{
color: #3D3113;
}
.AnyTagClassName
{
color: #3D3113;
}
</style>
background-color css
<style>
a { background-color: #3D3113; }
a { background-color: rgb(61,49,19); }
div.DivClassName
{
background-color: #3D3113;
}
.BgClassName
{
background-color: #3D3113;
}
</style>
border-color css
<style>
span { border-color: #3D3113; }
span { border-color: rgb(61,49,19); }
td.TdClassName
{
border-color: #3D3113;
}
.TagClassName
{
border-color: #3D3113;
}
</style>