Shades of Mikado #3D3213
Tints of Mikado #3D3213
RGB
CMYK
RGB Variations
Color information
#3D3213 (or 0x3D3213) is known color: Mikado. HEX triplet: 3D, 32 and 13. RGB value is (61,50,19). Sum of RGB (Red+Green+Blue) = 61+50+19=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3213 is #C2CDEC. Grayscale: #313131. Windows color (decimal): -12766701 or 1258045. OLE color: 1258045.
HSL color Cylindrical-coordinate representation of color #3D3213: hue angle of 44.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D3213 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 50 | 19 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.76 |
| HSL | 44.29º | 0.53% | 0.16% | - |
| HSV(B) | 44.29º | 0.69% | 0.24% | - |
| XYZ | 3.18 | 3.32 | 1.09 | - |
| YUV | 49.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 19 | 0 | 0.18 | 0.69 | 0.76 | 44.29 | 0.53 | 0.16 |
| Hex | 3D | 32 | 13 | 0 | 12 | 45 | 4C | 2C | 34 | 10 |
| Octal | 75 | 62 | 23 | 0 | 22 | 105 | 114 | 54 | 64 | 20 |
| Binary | 111101 | 110010 | 10011 | 0 | 10010 | 1000101 | 1001100 | 101100 | 110100 | 10000 |
Color Harmonies of #3D3213
Complementary color
Monochromatic Colors of #3D3213
Black with #3D3213
Text Example
Text Example
White with #3D3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3213; }
p { color: rgb(61,50,19); }
H1.HeaderClassName
{
color: #3D3213;
}
.AnyTagClassName
{
color: #3D3213;
}
</style>
background-color css
<style>
a { background-color: #3D3213; }
a { background-color: rgb(61,50,19); }
div.DivClassName
{
background-color: #3D3213;
}
.BgClassName
{
background-color: #3D3213;
}
</style>
border-color css
<style>
span { border-color: #3D3213; }
span { border-color: rgb(61,50,19); }
td.TdClassName
{
border-color: #3D3213;
}
.TagClassName
{
border-color: #3D3213;
}
</style>