Shades of Mikado #413820
Tints of Mikado #413820
RGB
CMYK
RGB Variations
Color information
#413820 (or 0x413820) is known color: Mikado. HEX triplet: 41, 38 and 20. RGB value is (65,56,32). Sum of RGB (Red+Green+Blue) = 65+56+32=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413820 is #BEC7DF. Grayscale: #383838. Windows color (decimal): -12503008 or 2111553. OLE color: 2111553.
HSL color Cylindrical-coordinate representation of color #413820: hue angle of 43.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413820 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 56 | 32 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.75 |
| HSL | 43.64º | 0.34% | 0.19% | - |
| HSV(B) | 43.64º | 0.51% | 0.25% | - |
| XYZ | 3.85 | 4.06 | 1.95 | - |
| YUV | 55.96 | 114.48 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 32 | 0 | 0.14 | 0.51 | 0.75 | 43.64 | 0.34 | 0.19 |
| Hex | 41 | 38 | 20 | 0 | E | 33 | 4B | 2C | 22 | 13 |
| Octal | 101 | 70 | 40 | 0 | 16 | 63 | 113 | 54 | 42 | 23 |
| Binary | 1000001 | 111000 | 100000 | 0 | 1110 | 110011 | 1001011 | 101100 | 100010 | 10011 |
Color Harmonies of #413820
Complementary color
Monochromatic Colors of #413820
Black with #413820
Text Example
Text Example
White with #413820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413820; }
p { color: rgb(65,56,32); }
H1.HeaderClassName
{
color: #413820;
}
.AnyTagClassName
{
color: #413820;
}
</style>
background-color css
<style>
a { background-color: #413820; }
a { background-color: rgb(65,56,32); }
div.DivClassName
{
background-color: #413820;
}
.BgClassName
{
background-color: #413820;
}
</style>
border-color css
<style>
span { border-color: #413820; }
span { border-color: rgb(65,56,32); }
td.TdClassName
{
border-color: #413820;
}
.TagClassName
{
border-color: #413820;
}
</style>