Shades of Mikado #3C3007
Tints of Mikado #3C3007
RGB
CMYK
RGB Variations
Color information
#3C3007 (or 0x3C3007) is known color: Mikado. HEX triplet: 3C, 30 and 07. RGB value is (60,48,7). Sum of RGB (Red+Green+Blue) = 60+48+7=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3007 is #C3CFF8. Grayscale: #2F2F2F. Windows color (decimal): -12832761 or 471100. OLE color: 471100.
HSL color Cylindrical-coordinate representation of color #3C3007: hue angle of 46.42º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C3007 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 48 | 7 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.76 |
| HSL | 46.42º | 0.79% | 0.13% | - |
| HSV(B) | 46.42º | 0.88% | 0.24% | - |
| XYZ | 2.96 | 3.09 | 0.64 | - |
| YUV | 46.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 7 | 0 | 0.20 | 0.88 | 0.76 | 46.42 | 0.79 | 0.13 |
| Hex | 3C | 30 | 7 | 0 | 14 | 58 | 4C | 2E | 4F | D |
| Octal | 74 | 60 | 7 | 0 | 24 | 130 | 114 | 56 | 117 | 15 |
| Binary | 111100 | 110000 | 111 | 0 | 10100 | 1011000 | 1001100 | 101110 | 1001111 | 1101 |
Color Harmonies of #3C3007
Complementary color
Monochromatic Colors of #3C3007
Black with #3C3007
Text Example
Text Example
White with #3C3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3007; }
p { color: rgb(60,48,7); }
H1.HeaderClassName
{
color: #3C3007;
}
.AnyTagClassName
{
color: #3C3007;
}
</style>
background-color css
<style>
a { background-color: #3C3007; }
a { background-color: rgb(60,48,7); }
div.DivClassName
{
background-color: #3C3007;
}
.BgClassName
{
background-color: #3C3007;
}
</style>
border-color css
<style>
span { border-color: #3C3007; }
span { border-color: rgb(60,48,7); }
td.TdClassName
{
border-color: #3C3007;
}
.TagClassName
{
border-color: #3C3007;
}
</style>