Shades of Mikado #3D3119
Tints of Mikado #3D3119
RGB
CMYK
RGB Variations
Color information
#3D3119 (or 0x3D3119) is known color: Mikado. HEX triplet: 3D, 31 and 19. RGB value is (61,49,25). Sum of RGB (Red+Green+Blue) = 61+49+25=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3119 is #C2CEE6. Grayscale: #313131. Windows color (decimal): -12766951 or 1651005. OLE color: 1651005.
HSL color Cylindrical-coordinate representation of color #3D3119: hue angle of 40º 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 #3D3119 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 25 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.76 |
| HSL | 40º | 0.42% | 0.17% | - |
| HSV(B) | 40º | 0.59% | 0.24% | - |
| XYZ | 3.2 | 3.26 | 1.38 | - |
| YUV | 49.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 25 | 0 | 0.20 | 0.59 | 0.76 | 40 | 0.42 | 0.17 |
| Hex | 3D | 31 | 19 | 0 | 14 | 3B | 4C | 28 | 2A | 11 |
| Octal | 75 | 61 | 31 | 0 | 24 | 73 | 114 | 50 | 52 | 21 |
| Binary | 111101 | 110001 | 11001 | 0 | 10100 | 111011 | 1001100 | 101000 | 101010 | 10001 |
Color Harmonies of #3D3119
Complementary color
Monochromatic Colors of #3D3119
Black with #3D3119
Text Example
Text Example
White with #3D3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3119; }
p { color: rgb(61,49,25); }
H1.HeaderClassName
{
color: #3D3119;
}
.AnyTagClassName
{
color: #3D3119;
}
</style>
background-color css
<style>
a { background-color: #3D3119; }
a { background-color: rgb(61,49,25); }
div.DivClassName
{
background-color: #3D3119;
}
.BgClassName
{
background-color: #3D3119;
}
</style>
border-color css
<style>
span { border-color: #3D3119; }
span { border-color: rgb(61,49,25); }
td.TdClassName
{
border-color: #3D3119;
}
.TagClassName
{
border-color: #3D3119;
}
</style>