Shades of Mikado #3D341A
Tints of Mikado #3D341A
RGB
CMYK
RGB Variations
Color information
#3D341A (or 0x3D341A) is known color: Mikado. HEX triplet: 3D, 34 and 1A. RGB value is (61,52,26). Sum of RGB (Red+Green+Blue) = 61+52+26=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D341A is #C2CBE5. Grayscale: #333333. Windows color (decimal): -12766182 or 1717309. OLE color: 1717309.
HSL color Cylindrical-coordinate representation of color #3D341A: hue angle of 44.57º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D341A is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 26 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.76 |
| HSL | 44.57º | 0.4% | 0.17% | - |
| HSV(B) | 44.57º | 0.57% | 0.24% | - |
| XYZ | 3.34 | 3.52 | 1.48 | - |
| YUV | 51.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 26 | 0 | 0.15 | 0.57 | 0.76 | 44.57 | 0.4 | 0.17 |
| Hex | 3D | 34 | 1A | 0 | F | 39 | 4C | 2D | 28 | 11 |
| Octal | 75 | 64 | 32 | 0 | 17 | 71 | 114 | 55 | 50 | 21 |
| Binary | 111101 | 110100 | 11010 | 0 | 1111 | 111001 | 1001100 | 101101 | 101000 | 10001 |
Color Harmonies of #3D341A
Complementary color
Monochromatic Colors of #3D341A
Black with #3D341A
Text Example
Text Example
White with #3D341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D341A; }
p { color: rgb(61,52,26); }
H1.HeaderClassName
{
color: #3D341A;
}
.AnyTagClassName
{
color: #3D341A;
}
</style>
background-color css
<style>
a { background-color: #3D341A; }
a { background-color: rgb(61,52,26); }
div.DivClassName
{
background-color: #3D341A;
}
.BgClassName
{
background-color: #3D341A;
}
</style>
border-color css
<style>
span { border-color: #3D341A; }
span { border-color: rgb(61,52,26); }
td.TdClassName
{
border-color: #3D341A;
}
.TagClassName
{
border-color: #3D341A;
}
</style>