Shades of Mikado #3D3514
Tints of Mikado #3D3514
RGB
CMYK
RGB Variations
Color information
#3D3514 (or 0x3D3514) is known color: Mikado. HEX triplet: 3D, 35 and 14. RGB value is (61,53,20). Sum of RGB (Red+Green+Blue) = 61+53+20=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 53 (21.09% from 255 or 39.55% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3514 is #C2CAEB. Grayscale: #333333. Windows color (decimal): -12765932 or 1324349. OLE color: 1324349.
HSL color Cylindrical-coordinate representation of color #3D3514: hue angle of 48.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3514 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 20 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.76 |
| HSL | 48.29º | 0.51% | 0.16% | - |
| HSV(B) | 48.29º | 0.67% | 0.24% | - |
| XYZ | 3.32 | 3.59 | 1.18 | - |
| YUV | 51.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 20 | 0 | 0.13 | 0.67 | 0.76 | 48.29 | 0.51 | 0.16 |
| Hex | 3D | 35 | 14 | 0 | D | 43 | 4C | 30 | 33 | 10 |
| Octal | 75 | 65 | 24 | 0 | 15 | 103 | 114 | 60 | 63 | 20 |
| Binary | 111101 | 110101 | 10100 | 0 | 1101 | 1000011 | 1001100 | 110000 | 110011 | 10000 |
Color Harmonies of #3D3514
Complementary color
Monochromatic Colors of #3D3514
Black with #3D3514
Text Example
Text Example
White with #3D3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3514; }
p { color: rgb(61,53,20); }
H1.HeaderClassName
{
color: #3D3514;
}
.AnyTagClassName
{
color: #3D3514;
}
</style>
background-color css
<style>
a { background-color: #3D3514; }
a { background-color: rgb(61,53,20); }
div.DivClassName
{
background-color: #3D3514;
}
.BgClassName
{
background-color: #3D3514;
}
</style>
border-color css
<style>
span { border-color: #3D3514; }
span { border-color: rgb(61,53,20); }
td.TdClassName
{
border-color: #3D3514;
}
.TagClassName
{
border-color: #3D3514;
}
</style>