Shades of Mikado #3D2E00
Tints of Mikado #3D2E00
RGB
CMYK
RGB Variations
Color information
#3D2E00 (or 0x3D2E00) is known color: Mikado. HEX triplet: 3D, 2E and 00. RGB value is (61,46,0). Sum of RGB (Red+Green+Blue) = 61+46+0=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2E00 is #C2D1FF. Grayscale: #2D2D2D. Windows color (decimal): -12767744 or 11837. OLE color: 11837.
HSL color Cylindrical-coordinate representation of color #3D2E00: hue angle of 45.25º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D2E00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.76 |
| HSL | 45.25º | 1% | 0.12% | - |
| HSV(B) | 45.25º | 1% | 0.24% | - |
| XYZ | 2.9 | 2.95 | 0.42 | - |
| YUV | 45.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 0 | 0 | 0.25 | 1 | 0.76 | 45.25 | 1 | 0.12 |
| Hex | 3D | 2E | 0 | 0 | 19 | 64 | 4C | 2D | 64 | C |
| Octal | 75 | 56 | 0 | 0 | 31 | 144 | 114 | 55 | 144 | 14 |
| Binary | 111101 | 101110 | 0 | 0 | 11001 | 1100100 | 1001100 | 101101 | 1100100 | 1100 |
Color Harmonies of #3D2E00
Complementary color
Monochromatic Colors of #3D2E00
Black with #3D2E00
Text Example
Text Example
White with #3D2E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E00; }
p { color: rgb(61,46,0); }
H1.HeaderClassName
{
color: #3D2E00;
}
.AnyTagClassName
{
color: #3D2E00;
}
</style>
background-color css
<style>
a { background-color: #3D2E00; }
a { background-color: rgb(61,46,0); }
div.DivClassName
{
background-color: #3D2E00;
}
.BgClassName
{
background-color: #3D2E00;
}
</style>
border-color css
<style>
span { border-color: #3D2E00; }
span { border-color: rgb(61,46,0); }
td.TdClassName
{
border-color: #3D2E00;
}
.TagClassName
{
border-color: #3D2E00;
}
</style>