Shades of Mikado #3C3425
Tints of Mikado #3C3425
RGB
CMYK
RGB Variations
Color information
#3C3425 (or 0x3C3425) is known color: Mikado. HEX triplet: 3C, 34 and 25. RGB value is (60,52,37). Sum of RGB (Red+Green+Blue) = 60+52+37=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3425 is #C3CBDA. Grayscale: #343434. Windows color (decimal): -12831707 or 2438204. OLE color: 2438204.
HSL color Cylindrical-coordinate representation of color #3C3425: hue angle of 39.13º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C3425 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 52 | 37 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.76 |
| HSL | 39.13º | 0.24% | 0.19% | - |
| HSV(B) | 39.13º | 0.38% | 0.24% | - |
| XYZ | 3.43 | 3.55 | 2.25 | - |
| YUV | 52.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 37 | 0 | 0.13 | 0.38 | 0.76 | 39.13 | 0.24 | 0.19 |
| Hex | 3C | 34 | 25 | 0 | D | 26 | 4C | 27 | 18 | 13 |
| Octal | 74 | 64 | 45 | 0 | 15 | 46 | 114 | 47 | 30 | 23 |
| Binary | 111100 | 110100 | 100101 | 0 | 1101 | 100110 | 1001100 | 100111 | 11000 | 10011 |
Color Harmonies of #3C3425
Complementary color
Monochromatic Colors of #3C3425
Black with #3C3425
Text Example
Text Example
White with #3C3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3425; }
p { color: rgb(60,52,37); }
H1.HeaderClassName
{
color: #3C3425;
}
.AnyTagClassName
{
color: #3C3425;
}
</style>
background-color css
<style>
a { background-color: #3C3425; }
a { background-color: rgb(60,52,37); }
div.DivClassName
{
background-color: #3C3425;
}
.BgClassName
{
background-color: #3C3425;
}
</style>
border-color css
<style>
span { border-color: #3C3425; }
span { border-color: rgb(60,52,37); }
td.TdClassName
{
border-color: #3C3425;
}
.TagClassName
{
border-color: #3C3425;
}
</style>