Shades of Mikado #413217
Tints of Mikado #413217
RGB
CMYK
RGB Variations
Color information
#413217 (or 0x413217) is known color: Mikado. HEX triplet: 41, 32 and 17. RGB value is (65,50,23). Sum of RGB (Red+Green+Blue) = 65+50+23=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413217 is #BECDE8. Grayscale: #333333. Windows color (decimal): -12504553 or 1520193. OLE color: 1520193.
HSL color Cylindrical-coordinate representation of color #413217: hue angle of 38.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413217 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 23 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.75 |
| HSL | 38.57º | 0.48% | 0.17% | - |
| HSV(B) | 38.57º | 0.65% | 0.25% | - |
| XYZ | 3.48 | 3.47 | 1.3 | - |
| YUV | 51.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 23 | 0 | 0.23 | 0.65 | 0.75 | 38.57 | 0.48 | 0.17 |
| Hex | 41 | 32 | 17 | 0 | 17 | 41 | 4B | 27 | 30 | 11 |
| Octal | 101 | 62 | 27 | 0 | 27 | 101 | 113 | 47 | 60 | 21 |
| Binary | 1000001 | 110010 | 10111 | 0 | 10111 | 1000001 | 1001011 | 100111 | 110000 | 10001 |
Color Harmonies of #413217
Complementary color
Monochromatic Colors of #413217
Black with #413217
Text Example
Text Example
White with #413217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413217; }
p { color: rgb(65,50,23); }
H1.HeaderClassName
{
color: #413217;
}
.AnyTagClassName
{
color: #413217;
}
</style>
background-color css
<style>
a { background-color: #413217; }
a { background-color: rgb(65,50,23); }
div.DivClassName
{
background-color: #413217;
}
.BgClassName
{
background-color: #413217;
}
</style>
border-color css
<style>
span { border-color: #413217; }
span { border-color: rgb(65,50,23); }
td.TdClassName
{
border-color: #413217;
}
.TagClassName
{
border-color: #413217;
}
</style>