Shades of Mikado #3C3305
Tints of Mikado #3C3305
RGB
CMYK
RGB Variations
Color information
#3C3305 (or 0x3C3305) is known color: Mikado. HEX triplet: 3C, 33 and 05. RGB value is (60,51,5). Sum of RGB (Red+Green+Blue) = 60+51+5=116 (15% of max value = 765). Red value is 60 (23.83% from 255 or 51.72% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3305 is #C3CCFA. Grayscale: #303030. Windows color (decimal): -12831995 or 340796. OLE color: 340796.
HSL color Cylindrical-coordinate representation of color #3C3305: hue angle of 50.18º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C3305 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 5 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.76 |
| HSL | 50.18º | 0.85% | 0.13% | - |
| HSV(B) | 50.18º | 0.92% | 0.24% | - |
| XYZ | 3.07 | 3.34 | 0.63 | - |
| YUV | 48.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 5 | 0 | 0.15 | 0.92 | 0.76 | 50.18 | 0.85 | 0.13 |
| Hex | 3C | 33 | 5 | 0 | F | 5C | 4C | 32 | 55 | D |
| Octal | 74 | 63 | 5 | 0 | 17 | 134 | 114 | 62 | 125 | 15 |
| Binary | 111100 | 110011 | 101 | 0 | 1111 | 1011100 | 1001100 | 110010 | 1010101 | 1101 |
Color Harmonies of #3C3305
Complementary color
Monochromatic Colors of #3C3305
Black with #3C3305
Text Example
Text Example
White with #3C3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3305; }
p { color: rgb(60,51,5); }
H1.HeaderClassName
{
color: #3C3305;
}
.AnyTagClassName
{
color: #3C3305;
}
</style>
background-color css
<style>
a { background-color: #3C3305; }
a { background-color: rgb(60,51,5); }
div.DivClassName
{
background-color: #3C3305;
}
.BgClassName
{
background-color: #3C3305;
}
</style>
border-color css
<style>
span { border-color: #3C3305; }
span { border-color: rgb(60,51,5); }
td.TdClassName
{
border-color: #3C3305;
}
.TagClassName
{
border-color: #3C3305;
}
</style>