Shades of Mikado #3C3317
Tints of Mikado #3C3317
RGB
CMYK
RGB Variations
Color information
#3C3317 (or 0x3C3317) is known color: Mikado. HEX triplet: 3C, 33 and 17. RGB value is (60,51,23). Sum of RGB (Red+Green+Blue) = 60+51+23=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3317 is #C3CCE8. Grayscale: #323232. Windows color (decimal): -12831977 or 1520444. OLE color: 1520444.
HSL color Cylindrical-coordinate representation of color #3C3317: hue angle of 45.41º 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 #3C3317 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 23 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.76 |
| HSL | 45.41º | 0.45% | 0.16% | - |
| HSV(B) | 45.41º | 0.62% | 0.24% | - |
| XYZ | 3.2 | 3.39 | 1.3 | - |
| YUV | 50.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 23 | 0 | 0.15 | 0.62 | 0.76 | 45.41 | 0.45 | 0.16 |
| Hex | 3C | 33 | 17 | 0 | F | 3E | 4C | 2D | 2D | 10 |
| Octal | 74 | 63 | 27 | 0 | 17 | 76 | 114 | 55 | 55 | 20 |
| Binary | 111100 | 110011 | 10111 | 0 | 1111 | 111110 | 1001100 | 101101 | 101101 | 10000 |
Color Harmonies of #3C3317
Complementary color
Monochromatic Colors of #3C3317
Black with #3C3317
Text Example
Text Example
White with #3C3317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3317; }
p { color: rgb(60,51,23); }
H1.HeaderClassName
{
color: #3C3317;
}
.AnyTagClassName
{
color: #3C3317;
}
</style>
background-color css
<style>
a { background-color: #3C3317; }
a { background-color: rgb(60,51,23); }
div.DivClassName
{
background-color: #3C3317;
}
.BgClassName
{
background-color: #3C3317;
}
</style>
border-color css
<style>
span { border-color: #3C3317; }
span { border-color: rgb(60,51,23); }
td.TdClassName
{
border-color: #3C3317;
}
.TagClassName
{
border-color: #3C3317;
}
</style>