Shades of Mikado #412E08
Tints of Mikado #412E08
RGB
CMYK
RGB Variations
Color information
#412E08 (or 0x412E08) is known color: Mikado. HEX triplet: 41, 2E and 08. RGB value is (65,46,8). Sum of RGB (Red+Green+Blue) = 65+46+8=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 46 (18.36% from 255 or 38.66% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E08 is #BED1F7. Grayscale: #2F2F2F. Windows color (decimal): -12505592 or 536129. OLE color: 536129.
HSL color Cylindrical-coordinate representation of color #412E08: hue angle of 40º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #412E08 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 46 | 8 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.75 |
| HSL | 40º | 0.78% | 0.14% | - |
| HSV(B) | 40º | 0.88% | 0.25% | - |
| XYZ | 3.2 | 3.1 | 0.66 | - |
| YUV | 47.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 8 | 0 | 0.29 | 0.88 | 0.75 | 40 | 0.78 | 0.14 |
| Hex | 41 | 2E | 8 | 0 | 1D | 58 | 4B | 28 | 4E | E |
| Octal | 101 | 56 | 10 | 0 | 35 | 130 | 113 | 50 | 116 | 16 |
| Binary | 1000001 | 101110 | 1000 | 0 | 11101 | 1011000 | 1001011 | 101000 | 1001110 | 1110 |
Color Harmonies of #412E08
Complementary color
Monochromatic Colors of #412E08
Black with #412E08
Text Example
Text Example
White with #412E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E08; }
p { color: rgb(65,46,8); }
H1.HeaderClassName
{
color: #412E08;
}
.AnyTagClassName
{
color: #412E08;
}
</style>
background-color css
<style>
a { background-color: #412E08; }
a { background-color: rgb(65,46,8); }
div.DivClassName
{
background-color: #412E08;
}
.BgClassName
{
background-color: #412E08;
}
</style>
border-color css
<style>
span { border-color: #412E08; }
span { border-color: rgb(65,46,8); }
td.TdClassName
{
border-color: #412E08;
}
.TagClassName
{
border-color: #412E08;
}
</style>