Shades of Mikado #412F0D
Tints of Mikado #412F0D
RGB
CMYK
RGB Variations
Color information
#412F0D (or 0x412F0D) is known color: Mikado. HEX triplet: 41, 2F and 0D. RGB value is (65,47,13). Sum of RGB (Red+Green+Blue) = 65+47+13=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F0D is #BED0F2. Grayscale: #303030. Windows color (decimal): -12505331 or 864065. OLE color: 864065.
HSL color Cylindrical-coordinate representation of color #412F0D: hue angle of 39.23º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412F0D is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 13 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.75 |
| HSL | 39.23º | 0.67% | 0.15% | - |
| HSV(B) | 39.23º | 0.8% | 0.25% | - |
| XYZ | 3.27 | 3.19 | 0.82 | - |
| YUV | 48.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 13 | 0 | 0.28 | 0.80 | 0.75 | 39.23 | 0.67 | 0.15 |
| Hex | 41 | 2F | D | 0 | 1C | 50 | 4B | 27 | 43 | F |
| Octal | 101 | 57 | 15 | 0 | 34 | 120 | 113 | 47 | 103 | 17 |
| Binary | 1000001 | 101111 | 1101 | 0 | 11100 | 1010000 | 1001011 | 100111 | 1000011 | 1111 |
Color Harmonies of #412F0D
Complementary color
Monochromatic Colors of #412F0D
Black with #412F0D
Text Example
Text Example
White with #412F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F0D; }
p { color: rgb(65,47,13); }
H1.HeaderClassName
{
color: #412F0D;
}
.AnyTagClassName
{
color: #412F0D;
}
</style>
background-color css
<style>
a { background-color: #412F0D; }
a { background-color: rgb(65,47,13); }
div.DivClassName
{
background-color: #412F0D;
}
.BgClassName
{
background-color: #412F0D;
}
</style>
border-color css
<style>
span { border-color: #412F0D; }
span { border-color: rgb(65,47,13); }
td.TdClassName
{
border-color: #412F0D;
}
.TagClassName
{
border-color: #412F0D;
}
</style>