Shades of Mikado #3C320F
Tints of Mikado #3C320F
RGB
CMYK
RGB Variations
Color information
#3C320F (or 0x3C320F) is known color: Mikado. HEX triplet: 3C, 32 and 0F. RGB value is (60,50,15). Sum of RGB (Red+Green+Blue) = 60+50+15=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C320F is #C3CDF0. Grayscale: #313131. Windows color (decimal): -12832241 or 995900. OLE color: 995900.
HSL color Cylindrical-coordinate representation of color #3C320F: hue angle of 46.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C320F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 15 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.76 |
| HSL | 46.67º | 0.6% | 0.15% | - |
| HSV(B) | 46.67º | 0.75% | 0.24% | - |
| XYZ | 3.09 | 3.28 | 0.92 | - |
| YUV | 49 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 15 | 0 | 0.17 | 0.75 | 0.76 | 46.67 | 0.6 | 0.15 |
| Hex | 3C | 32 | F | 0 | 11 | 4B | 4C | 2F | 3C | F |
| Octal | 74 | 62 | 17 | 0 | 21 | 113 | 114 | 57 | 74 | 17 |
| Binary | 111100 | 110010 | 1111 | 0 | 10001 | 1001011 | 1001100 | 101111 | 111100 | 1111 |
Color Harmonies of #3C320F
Complementary color
Monochromatic Colors of #3C320F
Black with #3C320F
Text Example
Text Example
White with #3C320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C320F; }
p { color: rgb(60,50,15); }
H1.HeaderClassName
{
color: #3C320F;
}
.AnyTagClassName
{
color: #3C320F;
}
</style>
background-color css
<style>
a { background-color: #3C320F; }
a { background-color: rgb(60,50,15); }
div.DivClassName
{
background-color: #3C320F;
}
.BgClassName
{
background-color: #3C320F;
}
</style>
border-color css
<style>
span { border-color: #3C320F; }
span { border-color: rgb(60,50,15); }
td.TdClassName
{
border-color: #3C320F;
}
.TagClassName
{
border-color: #3C320F;
}
</style>