Shades of Mikado #3D3721
Tints of Mikado #3D3721
RGB
CMYK
RGB Variations
Color information
#3D3721 (or 0x3D3721) is known color: Mikado. HEX triplet: 3D, 37 and 21. RGB value is (61,55,33). Sum of RGB (Red+Green+Blue) = 61+55+33=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3721 is #C2C8DE. Grayscale: #363636. Windows color (decimal): -12765407 or 2176829. OLE color: 2176829.
HSL color Cylindrical-coordinate representation of color #3D3721: hue angle of 47.14º 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 #3D3721 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 33 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.76 |
| HSL | 47.14º | 0.3% | 0.18% | - |
| HSV(B) | 47.14º | 0.46% | 0.24% | - |
| XYZ | 3.57 | 3.83 | 1.99 | - |
| YUV | 54.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 33 | 0 | 0.10 | 0.46 | 0.76 | 47.14 | 0.3 | 0.18 |
| Hex | 3D | 37 | 21 | 0 | A | 2E | 4C | 2F | 1E | 12 |
| Octal | 75 | 67 | 41 | 0 | 12 | 56 | 114 | 57 | 36 | 22 |
| Binary | 111101 | 110111 | 100001 | 0 | 1010 | 101110 | 1001100 | 101111 | 11110 | 10010 |
Color Harmonies of #3D3721
Complementary color
Monochromatic Colors of #3D3721
Black with #3D3721
Text Example
Text Example
White with #3D3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3721; }
p { color: rgb(61,55,33); }
H1.HeaderClassName
{
color: #3D3721;
}
.AnyTagClassName
{
color: #3D3721;
}
</style>
background-color css
<style>
a { background-color: #3D3721; }
a { background-color: rgb(61,55,33); }
div.DivClassName
{
background-color: #3D3721;
}
.BgClassName
{
background-color: #3D3721;
}
</style>
border-color css
<style>
span { border-color: #3D3721; }
span { border-color: rgb(61,55,33); }
td.TdClassName
{
border-color: #3D3721;
}
.TagClassName
{
border-color: #3D3721;
}
</style>