Shades of Mikado #3D3420
Tints of Mikado #3D3420
RGB
CMYK
RGB Variations
Color information
#3D3420 (or 0x3D3420) is known color: Mikado. HEX triplet: 3D, 34 and 20. RGB value is (61,52,32). Sum of RGB (Red+Green+Blue) = 61+52+32=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3420 is #C2CBDF. Grayscale: #343434. Windows color (decimal): -12766176 or 2110525. OLE color: 2110525.
HSL color Cylindrical-coordinate representation of color #3D3420: hue angle of 41.38º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D3420 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 52 | 32 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.76 |
| HSL | 41.38º | 0.31% | 0.18% | - |
| HSV(B) | 41.38º | 0.48% | 0.24% | - |
| XYZ | 3.41 | 3.55 | 1.87 | - |
| YUV | 52.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 32 | 0 | 0.15 | 0.48 | 0.76 | 41.38 | 0.31 | 0.18 |
| Hex | 3D | 34 | 20 | 0 | F | 30 | 4C | 29 | 1F | 12 |
| Octal | 75 | 64 | 40 | 0 | 17 | 60 | 114 | 51 | 37 | 22 |
| Binary | 111101 | 110100 | 100000 | 0 | 1111 | 110000 | 1001100 | 101001 | 11111 | 10010 |
Color Harmonies of #3D3420
Complementary color
Monochromatic Colors of #3D3420
Black with #3D3420
Text Example
Text Example
White with #3D3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3420; }
p { color: rgb(61,52,32); }
H1.HeaderClassName
{
color: #3D3420;
}
.AnyTagClassName
{
color: #3D3420;
}
</style>
background-color css
<style>
a { background-color: #3D3420; }
a { background-color: rgb(61,52,32); }
div.DivClassName
{
background-color: #3D3420;
}
.BgClassName
{
background-color: #3D3420;
}
</style>
border-color css
<style>
span { border-color: #3D3420; }
span { border-color: rgb(61,52,32); }
td.TdClassName
{
border-color: #3D3420;
}
.TagClassName
{
border-color: #3D3420;
}
</style>