Shades of Mikado #3D3013
Tints of Mikado #3D3013
RGB
CMYK
RGB Variations
Color information
#3D3013 (or 0x3D3013) is known color: Mikado. HEX triplet: 3D, 30 and 13. RGB value is (61,48,19). Sum of RGB (Red+Green+Blue) = 61+48+19=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3013 is #C2CFEC. Grayscale: #303030. Windows color (decimal): -12767213 or 1257533. OLE color: 1257533.
HSL color Cylindrical-coordinate representation of color #3D3013: hue angle of 41.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D3013 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 48 | 19 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.76 |
| HSL | 41.43º | 0.53% | 0.16% | - |
| HSV(B) | 41.43º | 0.69% | 0.24% | - |
| XYZ | 3.1 | 3.15 | 1.06 | - |
| YUV | 48.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 19 | 0 | 0.21 | 0.69 | 0.76 | 41.43 | 0.53 | 0.16 |
| Hex | 3D | 30 | 13 | 0 | 15 | 45 | 4C | 29 | 34 | 10 |
| Octal | 75 | 60 | 23 | 0 | 25 | 105 | 114 | 51 | 64 | 20 |
| Binary | 111101 | 110000 | 10011 | 0 | 10101 | 1000101 | 1001100 | 101001 | 110100 | 10000 |
Color Harmonies of #3D3013
Complementary color
Monochromatic Colors of #3D3013
Black with #3D3013
Text Example
Text Example
White with #3D3013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3013; }
p { color: rgb(61,48,19); }
H1.HeaderClassName
{
color: #3D3013;
}
.AnyTagClassName
{
color: #3D3013;
}
</style>
background-color css
<style>
a { background-color: #3D3013; }
a { background-color: rgb(61,48,19); }
div.DivClassName
{
background-color: #3D3013;
}
.BgClassName
{
background-color: #3D3013;
}
</style>
border-color css
<style>
span { border-color: #3D3013; }
span { border-color: rgb(61,48,19); }
td.TdClassName
{
border-color: #3D3013;
}
.TagClassName
{
border-color: #3D3013;
}
</style>