Shades of Mikado #3D3516
Tints of Mikado #3D3516
RGB
CMYK
RGB Variations
Color information
#3D3516 (or 0x3D3516) is known color: Mikado. HEX triplet: 3D, 35 and 16. RGB value is (61,53,22). Sum of RGB (Red+Green+Blue) = 61+53+22=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3516 is #C2CAE9. Grayscale: #333333. Windows color (decimal): -12765930 or 1455421. OLE color: 1455421.
HSL color Cylindrical-coordinate representation of color #3D3516: hue angle of 47.69º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D3516 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 22 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.76 |
| HSL | 47.69º | 0.47% | 0.16% | - |
| HSV(B) | 47.69º | 0.64% | 0.24% | - |
| XYZ | 3.34 | 3.6 | 1.28 | - |
| YUV | 51.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 22 | 0 | 0.13 | 0.64 | 0.76 | 47.69 | 0.47 | 0.16 |
| Hex | 3D | 35 | 16 | 0 | D | 40 | 4C | 30 | 2F | 10 |
| Octal | 75 | 65 | 26 | 0 | 15 | 100 | 114 | 60 | 57 | 20 |
| Binary | 111101 | 110101 | 10110 | 0 | 1101 | 1000000 | 1001100 | 110000 | 101111 | 10000 |
Color Harmonies of #3D3516
Complementary color
Monochromatic Colors of #3D3516
Black with #3D3516
Text Example
Text Example
White with #3D3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3516; }
p { color: rgb(61,53,22); }
H1.HeaderClassName
{
color: #3D3516;
}
.AnyTagClassName
{
color: #3D3516;
}
</style>
background-color css
<style>
a { background-color: #3D3516; }
a { background-color: rgb(61,53,22); }
div.DivClassName
{
background-color: #3D3516;
}
.BgClassName
{
background-color: #3D3516;
}
</style>
border-color css
<style>
span { border-color: #3D3516; }
span { border-color: rgb(61,53,22); }
td.TdClassName
{
border-color: #3D3516;
}
.TagClassName
{
border-color: #3D3516;
}
</style>