Shades of Mikado #3C321C
Tints of Mikado #3C321C
RGB
CMYK
RGB Variations
Color information
#3C321C (or 0x3C321C) is known color: Mikado. HEX triplet: 3C, 32 and 1C. RGB value is (60,50,28). Sum of RGB (Red+Green+Blue) = 60+50+28=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 60 - color contains mainly: red. Hex color #3C321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C321C is #C3CDE3. Grayscale: #323232. Windows color (decimal): -12832228 or 1847868. OLE color: 1847868.
HSL color Cylindrical-coordinate representation of color #3C321C: hue angle of 41.25º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C321C is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 28 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.76 |
| HSL | 41.25º | 0.36% | 0.17% | - |
| HSV(B) | 41.25º | 0.53% | 0.24% | - |
| XYZ | 3.21 | 3.33 | 1.57 | - |
| YUV | 50.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 28 | 0 | 0.17 | 0.53 | 0.76 | 41.25 | 0.36 | 0.17 |
| Hex | 3C | 32 | 1C | 0 | 11 | 35 | 4C | 29 | 24 | 11 |
| Octal | 74 | 62 | 34 | 0 | 21 | 65 | 114 | 51 | 44 | 21 |
| Binary | 111100 | 110010 | 11100 | 0 | 10001 | 110101 | 1001100 | 101001 | 100100 | 10001 |
Color Harmonies of #3C321C
Complementary color
Monochromatic Colors of #3C321C
Black with #3C321C
Text Example
Text Example
White with #3C321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C321C; }
p { color: rgb(60,50,28); }
H1.HeaderClassName
{
color: #3C321C;
}
.AnyTagClassName
{
color: #3C321C;
}
</style>
background-color css
<style>
a { background-color: #3C321C; }
a { background-color: rgb(60,50,28); }
div.DivClassName
{
background-color: #3C321C;
}
.BgClassName
{
background-color: #3C321C;
}
</style>
border-color css
<style>
span { border-color: #3C321C; }
span { border-color: rgb(60,50,28); }
td.TdClassName
{
border-color: #3C321C;
}
.TagClassName
{
border-color: #3C321C;
}
</style>