Shades of Mikado #412C0C
Tints of Mikado #412C0C
RGB
CMYK
RGB Variations
Color information
#412C0C (or 0x412C0C) is known color: Mikado. HEX triplet: 41, 2C and 0C. RGB value is (65,44,12). Sum of RGB (Red+Green+Blue) = 65+44+12=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C0C is #BED3F3. Grayscale: #2E2E2E. Windows color (decimal): -12506100 or 797761. OLE color: 797761.
HSL color Cylindrical-coordinate representation of color #412C0C: hue angle of 36.23º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412C0C is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 12 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.75 |
| HSL | 36.23º | 0.69% | 0.15% | - |
| HSV(B) | 36.23º | 0.82% | 0.25% | - |
| XYZ | 3.15 | 2.95 | 0.75 | - |
| YUV | 46.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 12 | 0 | 0.32 | 0.82 | 0.75 | 36.23 | 0.69 | 0.15 |
| Hex | 41 | 2C | C | 0 | 20 | 52 | 4B | 24 | 45 | F |
| Octal | 101 | 54 | 14 | 0 | 40 | 122 | 113 | 44 | 105 | 17 |
| Binary | 1000001 | 101100 | 1100 | 0 | 100000 | 1010010 | 1001011 | 100100 | 1000101 | 1111 |
Color Harmonies of #412C0C
Complementary color
Monochromatic Colors of #412C0C
Black with #412C0C
Text Example
Text Example
White with #412C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C0C; }
p { color: rgb(65,44,12); }
H1.HeaderClassName
{
color: #412C0C;
}
.AnyTagClassName
{
color: #412C0C;
}
</style>
background-color css
<style>
a { background-color: #412C0C; }
a { background-color: rgb(65,44,12); }
div.DivClassName
{
background-color: #412C0C;
}
.BgClassName
{
background-color: #412C0C;
}
</style>
border-color css
<style>
span { border-color: #412C0C; }
span { border-color: rgb(65,44,12); }
td.TdClassName
{
border-color: #412C0C;
}
.TagClassName
{
border-color: #412C0C;
}
</style>