Shades of Mikado #3C3205
Tints of Mikado #3C3205
RGB
CMYK
RGB Variations
Color information
#3C3205 (or 0x3C3205) is known color: Mikado. HEX triplet: 3C, 32 and 05. RGB value is (60,50,5). Sum of RGB (Red+Green+Blue) = 60+50+5=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3205 is #C3CDFA. Grayscale: #303030. Windows color (decimal): -12832251 or 340540. OLE color: 340540.
HSL color Cylindrical-coordinate representation of color #3C3205: hue angle of 49.09º 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 #3C3205 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 5 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.76 |
| HSL | 49.09º | 0.85% | 0.13% | - |
| HSV(B) | 49.09º | 0.92% | 0.24% | - |
| XYZ | 3.03 | 3.25 | 0.61 | - |
| YUV | 47.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 5 | 0 | 0.17 | 0.92 | 0.76 | 49.09 | 0.85 | 0.13 |
| Hex | 3C | 32 | 5 | 0 | 11 | 5C | 4C | 31 | 55 | D |
| Octal | 74 | 62 | 5 | 0 | 21 | 134 | 114 | 61 | 125 | 15 |
| Binary | 111100 | 110010 | 101 | 0 | 10001 | 1011100 | 1001100 | 110001 | 1010101 | 1101 |
Color Harmonies of #3C3205
Complementary color
Monochromatic Colors of #3C3205
Black with #3C3205
Text Example
Text Example
White with #3C3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3205; }
p { color: rgb(60,50,5); }
H1.HeaderClassName
{
color: #3C3205;
}
.AnyTagClassName
{
color: #3C3205;
}
</style>
background-color css
<style>
a { background-color: #3C3205; }
a { background-color: rgb(60,50,5); }
div.DivClassName
{
background-color: #3C3205;
}
.BgClassName
{
background-color: #3C3205;
}
</style>
border-color css
<style>
span { border-color: #3C3205; }
span { border-color: rgb(60,50,5); }
td.TdClassName
{
border-color: #3C3205;
}
.TagClassName
{
border-color: #3C3205;
}
</style>