Shades of Mikado #3D3301
Tints of Mikado #3D3301
RGB
CMYK
RGB Variations
Color information
#3D3301 (or 0x3D3301) is known color: Mikado. HEX triplet: 3D, 33 and 01. RGB value is (61,51,1). Sum of RGB (Red+Green+Blue) = 61+51+1=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3301 is #C2CCFE. Grayscale: #303030. Windows color (decimal): -12766463 or 78653. OLE color: 78653.
HSL color Cylindrical-coordinate representation of color #3D3301: hue angle of 50º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D3301 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 1 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.76 |
| HSL | 50º | 0.97% | 0.12% | - |
| HSV(B) | 50º | 0.98% | 0.24% | - |
| XYZ | 3.11 | 3.36 | 0.51 | - |
| YUV | 48.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 1 | 0 | 0.16 | 0.98 | 0.76 | 50 | 0.97 | 0.12 |
| Hex | 3D | 33 | 1 | 0 | 10 | 62 | 4C | 32 | 61 | C |
| Octal | 75 | 63 | 1 | 0 | 20 | 142 | 114 | 62 | 141 | 14 |
| Binary | 111101 | 110011 | 1 | 0 | 10000 | 1100010 | 1001100 | 110010 | 1100001 | 1100 |
Color Harmonies of #3D3301
Complementary color
Monochromatic Colors of #3D3301
Black with #3D3301
Text Example
Text Example
White with #3D3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3301; }
p { color: rgb(61,51,1); }
H1.HeaderClassName
{
color: #3D3301;
}
.AnyTagClassName
{
color: #3D3301;
}
</style>
background-color css
<style>
a { background-color: #3D3301; }
a { background-color: rgb(61,51,1); }
div.DivClassName
{
background-color: #3D3301;
}
.BgClassName
{
background-color: #3D3301;
}
</style>
border-color css
<style>
span { border-color: #3D3301; }
span { border-color: rgb(61,51,1); }
td.TdClassName
{
border-color: #3D3301;
}
.TagClassName
{
border-color: #3D3301;
}
</style>