Shades of Mikado #3D2F0D
Tints of Mikado #3D2F0D
RGB
CMYK
RGB Variations
Color information
#3D2F0D (or 0x3D2F0D) is known color: Mikado. HEX triplet: 3D, 2F and 0D. RGB value is (61,47,13). Sum of RGB (Red+Green+Blue) = 61+47+13=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2F0D is #C2D0F2. Grayscale: #2F2F2F. Windows color (decimal): -12767475 or 864061. OLE color: 864061.
HSL color Cylindrical-coordinate representation of color #3D2F0D: hue angle of 42.5º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D2F0D is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 13 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.76 |
| HSL | 42.5º | 0.65% | 0.15% | - |
| HSV(B) | 42.5º | 0.79% | 0.24% | - |
| XYZ | 3.01 | 3.05 | 0.81 | - |
| YUV | 47.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 13 | 0 | 0.23 | 0.79 | 0.76 | 42.5 | 0.65 | 0.15 |
| Hex | 3D | 2F | D | 0 | 17 | 4F | 4C | 2A | 41 | F |
| Octal | 75 | 57 | 15 | 0 | 27 | 117 | 114 | 52 | 101 | 17 |
| Binary | 111101 | 101111 | 1101 | 0 | 10111 | 1001111 | 1001100 | 101010 | 1000001 | 1111 |
Color Harmonies of #3D2F0D
Complementary color
Monochromatic Colors of #3D2F0D
Black with #3D2F0D
Text Example
Text Example
White with #3D2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F0D; }
p { color: rgb(61,47,13); }
H1.HeaderClassName
{
color: #3D2F0D;
}
.AnyTagClassName
{
color: #3D2F0D;
}
</style>
background-color css
<style>
a { background-color: #3D2F0D; }
a { background-color: rgb(61,47,13); }
div.DivClassName
{
background-color: #3D2F0D;
}
.BgClassName
{
background-color: #3D2F0D;
}
</style>
border-color css
<style>
span { border-color: #3D2F0D; }
span { border-color: rgb(61,47,13); }
td.TdClassName
{
border-color: #3D2F0D;
}
.TagClassName
{
border-color: #3D2F0D;
}
</style>