Shades of Mikado #3C341E
Tints of Mikado #3C341E
RGB
CMYK
RGB Variations
Color information
#3C341E (or 0x3C341E) is known color: Mikado. HEX triplet: 3C, 34 and 1E. RGB value is (60,52,30). Sum of RGB (Red+Green+Blue) = 60+52+30=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C341E is #C3CBE1. Grayscale: #333333. Windows color (decimal): -12831714 or 1979452. OLE color: 1979452.
HSL color Cylindrical-coordinate representation of color #3C341E: hue angle of 44º 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 #3C341E is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 30 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.76 |
| HSL | 44º | 0.33% | 0.18% | - |
| HSV(B) | 44º | 0.5% | 0.24% | - |
| XYZ | 3.33 | 3.51 | 1.73 | - |
| YUV | 51.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 30 | 0 | 0.13 | 0.50 | 0.76 | 44 | 0.33 | 0.18 |
| Hex | 3C | 34 | 1E | 0 | D | 32 | 4C | 2C | 21 | 12 |
| Octal | 74 | 64 | 36 | 0 | 15 | 62 | 114 | 54 | 41 | 22 |
| Binary | 111100 | 110100 | 11110 | 0 | 1101 | 110010 | 1001100 | 101100 | 100001 | 10010 |
Color Harmonies of #3C341E
Complementary color
Monochromatic Colors of #3C341E
Black with #3C341E
Text Example
Text Example
White with #3C341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C341E; }
p { color: rgb(60,52,30); }
H1.HeaderClassName
{
color: #3C341E;
}
.AnyTagClassName
{
color: #3C341E;
}
</style>
background-color css
<style>
a { background-color: #3C341E; }
a { background-color: rgb(60,52,30); }
div.DivClassName
{
background-color: #3C341E;
}
.BgClassName
{
background-color: #3C341E;
}
</style>
border-color css
<style>
span { border-color: #3C341E; }
span { border-color: rgb(60,52,30); }
td.TdClassName
{
border-color: #3C341E;
}
.TagClassName
{
border-color: #3C341E;
}
</style>