Shades of Mikado #3D2E02
Tints of Mikado #3D2E02
RGB
CMYK
RGB Variations
Color information
#3D2E02 (or 0x3D2E02) is known color: Mikado. HEX triplet: 3D, 2E and 02. RGB value is (61,46,2). Sum of RGB (Red+Green+Blue) = 61+46+2=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2E02 is #C2D1FD. Grayscale: #2D2D2D. Windows color (decimal): -12767742 or 142909. OLE color: 142909.
HSL color Cylindrical-coordinate representation of color #3D2E02: hue angle of 44.75º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D2E02 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 2 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.76 |
| HSL | 44.75º | 0.94% | 0.12% | - |
| HSV(B) | 44.75º | 0.97% | 0.24% | - |
| XYZ | 2.91 | 2.95 | 0.47 | - |
| YUV | 45.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 2 | 0 | 0.25 | 0.97 | 0.76 | 44.75 | 0.94 | 0.12 |
| Hex | 3D | 2E | 2 | 0 | 19 | 61 | 4C | 2D | 5E | C |
| Octal | 75 | 56 | 2 | 0 | 31 | 141 | 114 | 55 | 136 | 14 |
| Binary | 111101 | 101110 | 10 | 0 | 11001 | 1100001 | 1001100 | 101101 | 1011110 | 1100 |
Color Harmonies of #3D2E02
Complementary color
Monochromatic Colors of #3D2E02
Black with #3D2E02
Text Example
Text Example
White with #3D2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E02; }
p { color: rgb(61,46,2); }
H1.HeaderClassName
{
color: #3D2E02;
}
.AnyTagClassName
{
color: #3D2E02;
}
</style>
background-color css
<style>
a { background-color: #3D2E02; }
a { background-color: rgb(61,46,2); }
div.DivClassName
{
background-color: #3D2E02;
}
.BgClassName
{
background-color: #3D2E02;
}
</style>
border-color css
<style>
span { border-color: #3D2E02; }
span { border-color: rgb(61,46,2); }
td.TdClassName
{
border-color: #3D2E02;
}
.TagClassName
{
border-color: #3D2E02;
}
</style>