Shades of Mikado #3C2F16
Tints of Mikado #3C2F16
RGB
CMYK
RGB Variations
Color information
#3C2F16 (or 0x3C2F16) is known color: Mikado. HEX triplet: 3C, 2F and 16. RGB value is (60,47,22). Sum of RGB (Red+Green+Blue) = 60+47+22=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2F16 is #C3D0E9. Grayscale: #303030. Windows color (decimal): -12833002 or 1453884. OLE color: 1453884.
HSL color Cylindrical-coordinate representation of color #3C2F16: hue angle of 39.47º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2F16 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 47 | 22 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.76 |
| HSL | 39.47º | 0.46% | 0.16% | - |
| HSV(B) | 39.47º | 0.63% | 0.24% | - |
| XYZ | 3.02 | 3.05 | 1.19 | - |
| YUV | 48.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 22 | 0 | 0.22 | 0.63 | 0.76 | 39.47 | 0.46 | 0.16 |
| Hex | 3C | 2F | 16 | 0 | 16 | 3F | 4C | 27 | 2E | 10 |
| Octal | 74 | 57 | 26 | 0 | 26 | 77 | 114 | 47 | 56 | 20 |
| Binary | 111100 | 101111 | 10110 | 0 | 10110 | 111111 | 1001100 | 100111 | 101110 | 10000 |
Color Harmonies of #3C2F16
Complementary color
Monochromatic Colors of #3C2F16
Black with #3C2F16
Text Example
Text Example
White with #3C2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F16; }
p { color: rgb(60,47,22); }
H1.HeaderClassName
{
color: #3C2F16;
}
.AnyTagClassName
{
color: #3C2F16;
}
</style>
background-color css
<style>
a { background-color: #3C2F16; }
a { background-color: rgb(60,47,22); }
div.DivClassName
{
background-color: #3C2F16;
}
.BgClassName
{
background-color: #3C2F16;
}
</style>
border-color css
<style>
span { border-color: #3C2F16; }
span { border-color: rgb(60,47,22); }
td.TdClassName
{
border-color: #3C2F16;
}
.TagClassName
{
border-color: #3C2F16;
}
</style>