Shades of Mikado #3D3524
Tints of Mikado #3D3524
RGB
CMYK
RGB Variations
Color information
#3D3524 (or 0x3D3524) is known color: Mikado. HEX triplet: 3D, 35 and 24. RGB value is (61,53,36). Sum of RGB (Red+Green+Blue) = 61+53+36=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3524 is #C2CADB. Grayscale: #353535. Windows color (decimal): -12765916 or 2372925. OLE color: 2372925.
HSL color Cylindrical-coordinate representation of color #3D3524: hue angle of 40.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D3524 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 36 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.76 |
| HSL | 40.8º | 0.26% | 0.19% | - |
| HSV(B) | 40.8º | 0.41% | 0.24% | - |
| XYZ | 3.52 | 3.67 | 2.19 | - |
| YUV | 53.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 36 | 0 | 0.13 | 0.41 | 0.76 | 40.8 | 0.26 | 0.19 |
| Hex | 3D | 35 | 24 | 0 | D | 29 | 4C | 29 | 1A | 13 |
| Octal | 75 | 65 | 44 | 0 | 15 | 51 | 114 | 51 | 32 | 23 |
| Binary | 111101 | 110101 | 100100 | 0 | 1101 | 101001 | 1001100 | 101001 | 11010 | 10011 |
Color Harmonies of #3D3524
Complementary color
Monochromatic Colors of #3D3524
Black with #3D3524
Text Example
Text Example
White with #3D3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3524; }
p { color: rgb(61,53,36); }
H1.HeaderClassName
{
color: #3D3524;
}
.AnyTagClassName
{
color: #3D3524;
}
</style>
background-color css
<style>
a { background-color: #3D3524; }
a { background-color: rgb(61,53,36); }
div.DivClassName
{
background-color: #3D3524;
}
.BgClassName
{
background-color: #3D3524;
}
</style>
border-color css
<style>
span { border-color: #3D3524; }
span { border-color: rgb(61,53,36); }
td.TdClassName
{
border-color: #3D3524;
}
.TagClassName
{
border-color: #3D3524;
}
</style>