Shades of Mikado #3C351F
Tints of Mikado #3C351F
RGB
CMYK
RGB Variations
Color information
#3C351F (or 0x3C351F) is known color: Mikado. HEX triplet: 3C, 35 and 1F. RGB value is (60,53,31). Sum of RGB (Red+Green+Blue) = 60+53+31=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C351F is #C3CAE0. Grayscale: #343434. Windows color (decimal): -12831457 or 2045244. OLE color: 2045244.
HSL color Cylindrical-coordinate representation of color #3C351F: hue angle of 45.52º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C351F is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 31 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.76 |
| HSL | 45.52º | 0.32% | 0.18% | - |
| HSV(B) | 45.52º | 0.48% | 0.24% | - |
| XYZ | 3.38 | 3.61 | 1.81 | - |
| YUV | 52.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 31 | 0 | 0.12 | 0.48 | 0.76 | 45.52 | 0.32 | 0.18 |
| Hex | 3C | 35 | 1F | 0 | C | 30 | 4C | 2E | 20 | 12 |
| Octal | 74 | 65 | 37 | 0 | 14 | 60 | 114 | 56 | 40 | 22 |
| Binary | 111100 | 110101 | 11111 | 0 | 1100 | 110000 | 1001100 | 101110 | 100000 | 10010 |
Color Harmonies of #3C351F
Complementary color
Monochromatic Colors of #3C351F
Black with #3C351F
Text Example
Text Example
White with #3C351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C351F; }
p { color: rgb(60,53,31); }
H1.HeaderClassName
{
color: #3C351F;
}
.AnyTagClassName
{
color: #3C351F;
}
</style>
background-color css
<style>
a { background-color: #3C351F; }
a { background-color: rgb(60,53,31); }
div.DivClassName
{
background-color: #3C351F;
}
.BgClassName
{
background-color: #3C351F;
}
</style>
border-color css
<style>
span { border-color: #3C351F; }
span { border-color: rgb(60,53,31); }
td.TdClassName
{
border-color: #3C351F;
}
.TagClassName
{
border-color: #3C351F;
}
</style>