Shades of Mikado #3D3525
Tints of Mikado #3D3525
RGB
CMYK
RGB Variations
Color information
#3D3525 (or 0x3D3525) is known color: Mikado. HEX triplet: 3D, 35 and 25. RGB value is (61,53,37). Sum of RGB (Red+Green+Blue) = 61+53+37=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3525 is #C2CADA. Grayscale: #353535. Windows color (decimal): -12765915 or 2438461. OLE color: 2438461.
HSL color Cylindrical-coordinate representation of color #3D3525: hue angle of 40º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3525 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 37 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.76 |
| HSL | 40º | 0.24% | 0.19% | - |
| HSV(B) | 40º | 0.39% | 0.24% | - |
| XYZ | 3.53 | 3.67 | 2.27 | - |
| YUV | 53.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 37 | 0 | 0.13 | 0.39 | 0.76 | 40 | 0.24 | 0.19 |
| Hex | 3D | 35 | 25 | 0 | D | 27 | 4C | 28 | 18 | 13 |
| Octal | 75 | 65 | 45 | 0 | 15 | 47 | 114 | 50 | 30 | 23 |
| Binary | 111101 | 110101 | 100101 | 0 | 1101 | 100111 | 1001100 | 101000 | 11000 | 10011 |
Color Harmonies of #3D3525
Complementary color
Monochromatic Colors of #3D3525
Black with #3D3525
Text Example
Text Example
White with #3D3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3525; }
p { color: rgb(61,53,37); }
H1.HeaderClassName
{
color: #3D3525;
}
.AnyTagClassName
{
color: #3D3525;
}
</style>
background-color css
<style>
a { background-color: #3D3525; }
a { background-color: rgb(61,53,37); }
div.DivClassName
{
background-color: #3D3525;
}
.BgClassName
{
background-color: #3D3525;
}
</style>
border-color css
<style>
span { border-color: #3D3525; }
span { border-color: rgb(61,53,37); }
td.TdClassName
{
border-color: #3D3525;
}
.TagClassName
{
border-color: #3D3525;
}
</style>