Shades of Mikado #3C310D
Tints of Mikado #3C310D
RGB
CMYK
RGB Variations
Color information
#3C310D (or 0x3C310D) is known color: Mikado. HEX triplet: 3C, 31 and 0D. RGB value is (60,49,13). Sum of RGB (Red+Green+Blue) = 60+49+13=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C310D is #C3CEF2. Grayscale: #303030. Windows color (decimal): -12832499 or 864572. OLE color: 864572.
HSL color Cylindrical-coordinate representation of color #3C310D: hue angle of 45.96º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C310D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 13 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.76 |
| HSL | 45.96º | 0.64% | 0.14% | - |
| HSV(B) | 45.96º | 0.78% | 0.24% | - |
| XYZ | 3.03 | 3.19 | 0.84 | - |
| YUV | 48.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 13 | 0 | 0.18 | 0.78 | 0.76 | 45.96 | 0.64 | 0.14 |
| Hex | 3C | 31 | D | 0 | 12 | 4E | 4C | 2E | 40 | E |
| Octal | 74 | 61 | 15 | 0 | 22 | 116 | 114 | 56 | 100 | 16 |
| Binary | 111100 | 110001 | 1101 | 0 | 10010 | 1001110 | 1001100 | 101110 | 1000000 | 1110 |
Color Harmonies of #3C310D
Complementary color
Monochromatic Colors of #3C310D
Black with #3C310D
Text Example
Text Example
White with #3C310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C310D; }
p { color: rgb(60,49,13); }
H1.HeaderClassName
{
color: #3C310D;
}
.AnyTagClassName
{
color: #3C310D;
}
</style>
background-color css
<style>
a { background-color: #3C310D; }
a { background-color: rgb(60,49,13); }
div.DivClassName
{
background-color: #3C310D;
}
.BgClassName
{
background-color: #3C310D;
}
</style>
border-color css
<style>
span { border-color: #3C310D; }
span { border-color: rgb(60,49,13); }
td.TdClassName
{
border-color: #3C310D;
}
.TagClassName
{
border-color: #3C310D;
}
</style>