Shades of Mikado #3C350A
Tints of Mikado #3C350A
RGB
CMYK
RGB Variations
Color information
#3C350A (or 0x3C350A) is known color: Mikado. HEX triplet: 3C, 35 and 0A. RGB value is (60,53,10). Sum of RGB (Red+Green+Blue) = 60+53+10=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C350A is #C3CAF5. Grayscale: #323232. Windows color (decimal): -12831478 or 668988. OLE color: 668988.
HSL color Cylindrical-coordinate representation of color #3C350A: hue angle of 51.6º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C350A is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 10 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.76 |
| HSL | 51.6º | 0.71% | 0.14% | - |
| HSV(B) | 51.6º | 0.83% | 0.24% | - |
| XYZ | 3.19 | 3.53 | 0.8 | - |
| YUV | 50.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 10 | 0 | 0.12 | 0.83 | 0.76 | 51.6 | 0.71 | 0.14 |
| Hex | 3C | 35 | A | 0 | C | 53 | 4C | 34 | 47 | E |
| Octal | 74 | 65 | 12 | 0 | 14 | 123 | 114 | 64 | 107 | 16 |
| Binary | 111100 | 110101 | 1010 | 0 | 1100 | 1010011 | 1001100 | 110100 | 1000111 | 1110 |
Color Harmonies of #3C350A
Complementary color
Monochromatic Colors of #3C350A
Black with #3C350A
Text Example
Text Example
White with #3C350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C350A; }
p { color: rgb(60,53,10); }
H1.HeaderClassName
{
color: #3C350A;
}
.AnyTagClassName
{
color: #3C350A;
}
</style>
background-color css
<style>
a { background-color: #3C350A; }
a { background-color: rgb(60,53,10); }
div.DivClassName
{
background-color: #3C350A;
}
.BgClassName
{
background-color: #3C350A;
}
</style>
border-color css
<style>
span { border-color: #3C350A; }
span { border-color: rgb(60,53,10); }
td.TdClassName
{
border-color: #3C350A;
}
.TagClassName
{
border-color: #3C350A;
}
</style>