Shades of Mikado #3C3417
Tints of Mikado #3C3417
RGB
CMYK
RGB Variations
Color information
#3C3417 (or 0x3C3417) is known color: Mikado. HEX triplet: 3C, 34 and 17. RGB value is (60,52,23). Sum of RGB (Red+Green+Blue) = 60+52+23=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3417 is #C3CBE8. Grayscale: #333333. Windows color (decimal): -12831721 or 1520700. OLE color: 1520700.
HSL color Cylindrical-coordinate representation of color #3C3417: hue angle of 47.03º 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 #3C3417 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 23 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.76 |
| HSL | 47.03º | 0.45% | 0.16% | - |
| HSV(B) | 47.03º | 0.62% | 0.24% | - |
| XYZ | 3.25 | 3.48 | 1.31 | - |
| YUV | 51.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 23 | 0 | 0.13 | 0.62 | 0.76 | 47.03 | 0.45 | 0.16 |
| Hex | 3C | 34 | 17 | 0 | D | 3E | 4C | 2F | 2D | 10 |
| Octal | 74 | 64 | 27 | 0 | 15 | 76 | 114 | 57 | 55 | 20 |
| Binary | 111100 | 110100 | 10111 | 0 | 1101 | 111110 | 1001100 | 101111 | 101101 | 10000 |
Color Harmonies of #3C3417
Complementary color
Monochromatic Colors of #3C3417
Black with #3C3417
Text Example
Text Example
White with #3C3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3417; }
p { color: rgb(60,52,23); }
H1.HeaderClassName
{
color: #3C3417;
}
.AnyTagClassName
{
color: #3C3417;
}
</style>
background-color css
<style>
a { background-color: #3C3417; }
a { background-color: rgb(60,52,23); }
div.DivClassName
{
background-color: #3C3417;
}
.BgClassName
{
background-color: #3C3417;
}
</style>
border-color css
<style>
span { border-color: #3C3417; }
span { border-color: rgb(60,52,23); }
td.TdClassName
{
border-color: #3C3417;
}
.TagClassName
{
border-color: #3C3417;
}
</style>