Shades of Mikado #3D3310
Tints of Mikado #3D3310
RGB
CMYK
RGB Variations
Color information
#3D3310 (or 0x3D3310) is known color: Mikado. HEX triplet: 3D, 33 and 10. RGB value is (61,51,16). Sum of RGB (Red+Green+Blue) = 61+51+16=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3310 is #C2CCEF. Grayscale: #323232. Windows color (decimal): -12766448 or 1061693. OLE color: 1061693.
HSL color Cylindrical-coordinate representation of color #3D3310: hue angle of 46.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3310 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 16 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.76 |
| HSL | 46.67º | 0.58% | 0.15% | - |
| HSV(B) | 46.67º | 0.74% | 0.24% | - |
| XYZ | 3.2 | 3.4 | 0.98 | - |
| YUV | 50 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 16 | 0 | 0.16 | 0.74 | 0.76 | 46.67 | 0.58 | 0.15 |
| Hex | 3D | 33 | 10 | 0 | 10 | 4A | 4C | 2F | 3A | F |
| Octal | 75 | 63 | 20 | 0 | 20 | 112 | 114 | 57 | 72 | 17 |
| Binary | 111101 | 110011 | 10000 | 0 | 10000 | 1001010 | 1001100 | 101111 | 111010 | 1111 |
Color Harmonies of #3D3310
Complementary color
Monochromatic Colors of #3D3310
Black with #3D3310
Text Example
Text Example
White with #3D3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3310; }
p { color: rgb(61,51,16); }
H1.HeaderClassName
{
color: #3D3310;
}
.AnyTagClassName
{
color: #3D3310;
}
</style>
background-color css
<style>
a { background-color: #3D3310; }
a { background-color: rgb(61,51,16); }
div.DivClassName
{
background-color: #3D3310;
}
.BgClassName
{
background-color: #3D3310;
}
</style>
border-color css
<style>
span { border-color: #3D3310; }
span { border-color: rgb(61,51,16); }
td.TdClassName
{
border-color: #3D3310;
}
.TagClassName
{
border-color: #3D3310;
}
</style>