Shades of Mikado #3C3217
Tints of Mikado #3C3217
RGB
CMYK
RGB Variations
Color information
#3C3217 (or 0x3C3217) is known color: Mikado. HEX triplet: 3C, 32 and 17. RGB value is (60,50,23). Sum of RGB (Red+Green+Blue) = 60+50+23=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3217 is #C3CDE8. Grayscale: #323232. Windows color (decimal): -12832233 or 1520188. OLE color: 1520188.
HSL color Cylindrical-coordinate representation of color #3C3217: hue angle of 43.78º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C3217 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 23 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.76 |
| HSL | 43.78º | 0.45% | 0.16% | - |
| HSV(B) | 43.78º | 0.62% | 0.24% | - |
| XYZ | 3.16 | 3.3 | 1.28 | - |
| YUV | 49.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 23 | 0 | 0.17 | 0.62 | 0.76 | 43.78 | 0.45 | 0.16 |
| Hex | 3C | 32 | 17 | 0 | 11 | 3E | 4C | 2C | 2D | 10 |
| Octal | 74 | 62 | 27 | 0 | 21 | 76 | 114 | 54 | 55 | 20 |
| Binary | 111100 | 110010 | 10111 | 0 | 10001 | 111110 | 1001100 | 101100 | 101101 | 10000 |
Color Harmonies of #3C3217
Complementary color
Monochromatic Colors of #3C3217
Black with #3C3217
Text Example
Text Example
White with #3C3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3217; }
p { color: rgb(60,50,23); }
H1.HeaderClassName
{
color: #3C3217;
}
.AnyTagClassName
{
color: #3C3217;
}
</style>
background-color css
<style>
a { background-color: #3C3217; }
a { background-color: rgb(60,50,23); }
div.DivClassName
{
background-color: #3C3217;
}
.BgClassName
{
background-color: #3C3217;
}
</style>
border-color css
<style>
span { border-color: #3C3217; }
span { border-color: rgb(60,50,23); }
td.TdClassName
{
border-color: #3C3217;
}
.TagClassName
{
border-color: #3C3217;
}
</style>