Shades of Mikado #3D3621
Tints of Mikado #3D3621
RGB
CMYK
RGB Variations
Color information
#3D3621 (or 0x3D3621) is known color: Mikado. HEX triplet: 3D, 36 and 21. RGB value is (61,54,33). Sum of RGB (Red+Green+Blue) = 61+54+33=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3621 is #C2C9DE. Grayscale: #353535. Windows color (decimal): -12765663 or 2176573. OLE color: 2176573.
HSL color Cylindrical-coordinate representation of color #3D3621: hue angle of 45º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D3621 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 54 | 33 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.76 |
| HSL | 45º | 0.3% | 0.18% | - |
| HSV(B) | 45º | 0.46% | 0.24% | - |
| XYZ | 3.52 | 3.74 | 1.98 | - |
| YUV | 53.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 33 | 0 | 0.11 | 0.46 | 0.76 | 45 | 0.3 | 0.18 |
| Hex | 3D | 36 | 21 | 0 | B | 2E | 4C | 2D | 1E | 12 |
| Octal | 75 | 66 | 41 | 0 | 13 | 56 | 114 | 55 | 36 | 22 |
| Binary | 111101 | 110110 | 100001 | 0 | 1011 | 101110 | 1001100 | 101101 | 11110 | 10010 |
Color Harmonies of #3D3621
Complementary color
Monochromatic Colors of #3D3621
Black with #3D3621
Text Example
Text Example
White with #3D3621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3621; }
p { color: rgb(61,54,33); }
H1.HeaderClassName
{
color: #3D3621;
}
.AnyTagClassName
{
color: #3D3621;
}
</style>
background-color css
<style>
a { background-color: #3D3621; }
a { background-color: rgb(61,54,33); }
div.DivClassName
{
background-color: #3D3621;
}
.BgClassName
{
background-color: #3D3621;
}
</style>
border-color css
<style>
span { border-color: #3D3621; }
span { border-color: rgb(61,54,33); }
td.TdClassName
{
border-color: #3D3621;
}
.TagClassName
{
border-color: #3D3621;
}
</style>