Shades of Mikado #3D3720
Tints of Mikado #3D3720
RGB
CMYK
RGB Variations
Color information
#3D3720 (or 0x3D3720) is known color: Mikado. HEX triplet: 3D, 37 and 20. RGB value is (61,55,32). Sum of RGB (Red+Green+Blue) = 61+55+32=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3720 is #C2C8DF. Grayscale: #363636. Windows color (decimal): -12765408 or 2111293. OLE color: 2111293.
HSL color Cylindrical-coordinate representation of color #3D3720: hue angle of 47.59º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D3720 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 32 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.76 |
| HSL | 47.59º | 0.31% | 0.18% | - |
| HSV(B) | 47.59º | 0.48% | 0.24% | - |
| XYZ | 3.55 | 3.83 | 1.92 | - |
| YUV | 54.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 32 | 0 | 0.10 | 0.48 | 0.76 | 47.59 | 0.31 | 0.18 |
| Hex | 3D | 37 | 20 | 0 | A | 30 | 4C | 30 | 1F | 12 |
| Octal | 75 | 67 | 40 | 0 | 12 | 60 | 114 | 60 | 37 | 22 |
| Binary | 111101 | 110111 | 100000 | 0 | 1010 | 110000 | 1001100 | 110000 | 11111 | 10010 |
Color Harmonies of #3D3720
Complementary color
Monochromatic Colors of #3D3720
Black with #3D3720
Text Example
Text Example
White with #3D3720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3720; }
p { color: rgb(61,55,32); }
H1.HeaderClassName
{
color: #3D3720;
}
.AnyTagClassName
{
color: #3D3720;
}
</style>
background-color css
<style>
a { background-color: #3D3720; }
a { background-color: rgb(61,55,32); }
div.DivClassName
{
background-color: #3D3720;
}
.BgClassName
{
background-color: #3D3720;
}
</style>
border-color css
<style>
span { border-color: #3D3720; }
span { border-color: rgb(61,55,32); }
td.TdClassName
{
border-color: #3D3720;
}
.TagClassName
{
border-color: #3D3720;
}
</style>