Shades of Mikado #3C321D
Tints of Mikado #3C321D
RGB
CMYK
RGB Variations
Color information
#3C321D (or 0x3C321D) is known color: Mikado. HEX triplet: 3C, 32 and 1D. RGB value is (60,50,29). Sum of RGB (Red+Green+Blue) = 60+50+29=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C321D is #C3CDE2. Grayscale: #323232. Windows color (decimal): -12832227 or 1913404. OLE color: 1913404.
HSL color Cylindrical-coordinate representation of color #3C321D: hue angle of 40.65º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C321D is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 29 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.76 |
| HSL | 40.65º | 0.35% | 0.17% | - |
| HSV(B) | 40.65º | 0.52% | 0.24% | - |
| XYZ | 3.23 | 3.33 | 1.64 | - |
| YUV | 50.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 29 | 0 | 0.17 | 0.52 | 0.76 | 40.65 | 0.35 | 0.17 |
| Hex | 3C | 32 | 1D | 0 | 11 | 34 | 4C | 29 | 23 | 11 |
| Octal | 74 | 62 | 35 | 0 | 21 | 64 | 114 | 51 | 43 | 21 |
| Binary | 111100 | 110010 | 11101 | 0 | 10001 | 110100 | 1001100 | 101001 | 100011 | 10001 |
Color Harmonies of #3C321D
Complementary color
Monochromatic Colors of #3C321D
Black with #3C321D
Text Example
Text Example
White with #3C321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C321D; }
p { color: rgb(60,50,29); }
H1.HeaderClassName
{
color: #3C321D;
}
.AnyTagClassName
{
color: #3C321D;
}
</style>
background-color css
<style>
a { background-color: #3C321D; }
a { background-color: rgb(60,50,29); }
div.DivClassName
{
background-color: #3C321D;
}
.BgClassName
{
background-color: #3C321D;
}
</style>
border-color css
<style>
span { border-color: #3C321D; }
span { border-color: rgb(60,50,29); }
td.TdClassName
{
border-color: #3C321D;
}
.TagClassName
{
border-color: #3C321D;
}
</style>