Shades of Mikado #3C321F
Tints of Mikado #3C321F
RGB
CMYK
RGB Variations
Color information
#3C321F (or 0x3C321F) is known color: Mikado. HEX triplet: 3C, 32 and 1F. RGB value is (60,50,31). Sum of RGB (Red+Green+Blue) = 60+50+31=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C321F is #C3CDE0. Grayscale: #323232. Windows color (decimal): -12832225 or 2044476. OLE color: 2044476.
HSL color Cylindrical-coordinate representation of color #3C321F: hue angle of 39.31º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C321F is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 31 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.76 |
| HSL | 39.31º | 0.32% | 0.18% | - |
| HSV(B) | 39.31º | 0.48% | 0.24% | - |
| XYZ | 3.25 | 3.34 | 1.77 | - |
| YUV | 50.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 31 | 0 | 0.17 | 0.48 | 0.76 | 39.31 | 0.32 | 0.18 |
| Hex | 3C | 32 | 1F | 0 | 11 | 30 | 4C | 27 | 20 | 12 |
| Octal | 74 | 62 | 37 | 0 | 21 | 60 | 114 | 47 | 40 | 22 |
| Binary | 111100 | 110010 | 11111 | 0 | 10001 | 110000 | 1001100 | 100111 | 100000 | 10010 |
Color Harmonies of #3C321F
Complementary color
Monochromatic Colors of #3C321F
Black with #3C321F
Text Example
Text Example
White with #3C321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C321F; }
p { color: rgb(60,50,31); }
H1.HeaderClassName
{
color: #3C321F;
}
.AnyTagClassName
{
color: #3C321F;
}
</style>
background-color css
<style>
a { background-color: #3C321F; }
a { background-color: rgb(60,50,31); }
div.DivClassName
{
background-color: #3C321F;
}
.BgClassName
{
background-color: #3C321F;
}
</style>
border-color css
<style>
span { border-color: #3C321F; }
span { border-color: rgb(60,50,31); }
td.TdClassName
{
border-color: #3C321F;
}
.TagClassName
{
border-color: #3C321F;
}
</style>