Shades of Mikado #3C330F
Tints of Mikado #3C330F
RGB
CMYK
RGB Variations
Color information
#3C330F (or 0x3C330F) is known color: Mikado. HEX triplet: 3C, 33 and 0F. RGB value is (60,51,15). Sum of RGB (Red+Green+Blue) = 60+51+15=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C330F is #C3CCF0. Grayscale: #313131. Windows color (decimal): -12831985 or 996156. OLE color: 996156.
HSL color Cylindrical-coordinate representation of color #3C330F: hue angle of 48º 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 #3C330F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 15 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.76 |
| HSL | 48º | 0.6% | 0.15% | - |
| HSV(B) | 48º | 0.75% | 0.24% | - |
| XYZ | 3.13 | 3.36 | 0.94 | - |
| YUV | 49.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 15 | 0 | 0.15 | 0.75 | 0.76 | 48 | 0.6 | 0.15 |
| Hex | 3C | 33 | F | 0 | F | 4B | 4C | 30 | 3C | F |
| Octal | 74 | 63 | 17 | 0 | 17 | 113 | 114 | 60 | 74 | 17 |
| Binary | 111100 | 110011 | 1111 | 0 | 1111 | 1001011 | 1001100 | 110000 | 111100 | 1111 |
Color Harmonies of #3C330F
Complementary color
Monochromatic Colors of #3C330F
Black with #3C330F
Text Example
Text Example
White with #3C330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C330F; }
p { color: rgb(60,51,15); }
H1.HeaderClassName
{
color: #3C330F;
}
.AnyTagClassName
{
color: #3C330F;
}
</style>
background-color css
<style>
a { background-color: #3C330F; }
a { background-color: rgb(60,51,15); }
div.DivClassName
{
background-color: #3C330F;
}
.BgClassName
{
background-color: #3C330F;
}
</style>
border-color css
<style>
span { border-color: #3C330F; }
span { border-color: rgb(60,51,15); }
td.TdClassName
{
border-color: #3C330F;
}
.TagClassName
{
border-color: #3C330F;
}
</style>