Shades of Mikado #3C3500
Tints of Mikado #3C3500
RGB
CMYK
RGB Variations
Color information
#3C3500 (or 0x3C3500) is known color: Mikado. HEX triplet: 3C, 35 and 00. RGB value is (60,53,0). Sum of RGB (Red+Green+Blue) = 60+53+0=113 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.10% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3500 is #C3CAFF. Grayscale: #313131. Windows color (decimal): -12831488 or 13628. OLE color: 13628.
HSL color Cylindrical-coordinate representation of color #3C3500: hue angle of 53º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C3500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 53 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.76 |
| HSL | 53º | 1% | 0.12% | - |
| HSV(B) | 53º | 1% | 0.24% | - |
| XYZ | 3.14 | 3.51 | 0.51 | - |
| YUV | 49.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 0 | 0 | 0.12 | 1 | 0.76 | 53 | 1 | 0.12 |
| Hex | 3C | 35 | 0 | 0 | C | 64 | 4C | 35 | 64 | C |
| Octal | 74 | 65 | 0 | 0 | 14 | 144 | 114 | 65 | 144 | 14 |
| Binary | 111100 | 110101 | 0 | 0 | 1100 | 1100100 | 1001100 | 110101 | 1100100 | 1100 |
Color Harmonies of #3C3500
Complementary color
Monochromatic Colors of #3C3500
Black with #3C3500
Text Example
Text Example
White with #3C3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3500; }
p { color: rgb(60,53,0); }
H1.HeaderClassName
{
color: #3C3500;
}
.AnyTagClassName
{
color: #3C3500;
}
</style>
background-color css
<style>
a { background-color: #3C3500; }
a { background-color: rgb(60,53,0); }
div.DivClassName
{
background-color: #3C3500;
}
.BgClassName
{
background-color: #3C3500;
}
</style>
border-color css
<style>
span { border-color: #3C3500; }
span { border-color: rgb(60,53,0); }
td.TdClassName
{
border-color: #3C3500;
}
.TagClassName
{
border-color: #3C3500;
}
</style>