Shades of Mikado #412D08
Tints of Mikado #412D08
RGB
CMYK
RGB Variations
Color information
#412D08 (or 0x412D08) is known color: Mikado. HEX triplet: 41, 2D and 08. RGB value is (65,45,8). Sum of RGB (Red+Green+Blue) = 65+45+8=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D08 is #BED2F7. Grayscale: #2E2E2E. Windows color (decimal): -12505848 or 535873. OLE color: 535873.
HSL color Cylindrical-coordinate representation of color #412D08: hue angle of 38.95º 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 #412D08 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 45 | 8 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.75 |
| HSL | 38.95º | 0.78% | 0.14% | - |
| HSV(B) | 38.95º | 0.88% | 0.25% | - |
| XYZ | 3.16 | 3.02 | 0.65 | - |
| YUV | 46.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 8 | 0 | 0.31 | 0.88 | 0.75 | 38.95 | 0.78 | 0.14 |
| Hex | 41 | 2D | 8 | 0 | 1F | 58 | 4B | 27 | 4E | E |
| Octal | 101 | 55 | 10 | 0 | 37 | 130 | 113 | 47 | 116 | 16 |
| Binary | 1000001 | 101101 | 1000 | 0 | 11111 | 1011000 | 1001011 | 100111 | 1001110 | 1110 |
Color Harmonies of #412D08
Complementary color
Monochromatic Colors of #412D08
Black with #412D08
Text Example
Text Example
White with #412D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D08; }
p { color: rgb(65,45,8); }
H1.HeaderClassName
{
color: #412D08;
}
.AnyTagClassName
{
color: #412D08;
}
</style>
background-color css
<style>
a { background-color: #412D08; }
a { background-color: rgb(65,45,8); }
div.DivClassName
{
background-color: #412D08;
}
.BgClassName
{
background-color: #412D08;
}
</style>
border-color css
<style>
span { border-color: #412D08; }
span { border-color: rgb(65,45,8); }
td.TdClassName
{
border-color: #412D08;
}
.TagClassName
{
border-color: #412D08;
}
</style>