Shades of Mikado #3C331E
Tints of Mikado #3C331E
RGB
CMYK
RGB Variations
Color information
#3C331E (or 0x3C331E) is known color: Mikado. HEX triplet: 3C, 33 and 1E. RGB value is (60,51,30). Sum of RGB (Red+Green+Blue) = 60+51+30=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C331E is #C3CCE1. Grayscale: #333333. Windows color (decimal): -12831970 or 1979196. OLE color: 1979196.
HSL color Cylindrical-coordinate representation of color #3C331E: hue angle of 42º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C331E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 30 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.76 |
| HSL | 42º | 0.33% | 0.18% | - |
| HSV(B) | 42º | 0.5% | 0.24% | - |
| XYZ | 3.28 | 3.42 | 1.72 | - |
| YUV | 51.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 30 | 0 | 0.15 | 0.50 | 0.76 | 42 | 0.33 | 0.18 |
| Hex | 3C | 33 | 1E | 0 | F | 32 | 4C | 2A | 21 | 12 |
| Octal | 74 | 63 | 36 | 0 | 17 | 62 | 114 | 52 | 41 | 22 |
| Binary | 111100 | 110011 | 11110 | 0 | 1111 | 110010 | 1001100 | 101010 | 100001 | 10010 |
Color Harmonies of #3C331E
Complementary color
Monochromatic Colors of #3C331E
Black with #3C331E
Text Example
Text Example
White with #3C331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C331E; }
p { color: rgb(60,51,30); }
H1.HeaderClassName
{
color: #3C331E;
}
.AnyTagClassName
{
color: #3C331E;
}
</style>
background-color css
<style>
a { background-color: #3C331E; }
a { background-color: rgb(60,51,30); }
div.DivClassName
{
background-color: #3C331E;
}
.BgClassName
{
background-color: #3C331E;
}
</style>
border-color css
<style>
span { border-color: #3C331E; }
span { border-color: rgb(60,51,30); }
td.TdClassName
{
border-color: #3C331E;
}
.TagClassName
{
border-color: #3C331E;
}
</style>