Shades of Mikado #413300
Tints of Mikado #413300
RGB
CMYK
RGB Variations
Color information
#413300 (or 0x413300) is known color: Mikado. HEX triplet: 41, 33 and 00. RGB value is (65,51,0). Sum of RGB (Red+Green+Blue) = 65+51+0=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #413300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413300 is #BECCFF. Grayscale: #313131. Windows color (decimal): -12504320 or 13121. OLE color: 13121.
HSL color Cylindrical-coordinate representation of color #413300: hue angle of 47.08º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #413300 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.75 |
| HSL | 47.08º | 1% | 0.13% | - |
| HSV(B) | 47.08º | 1% | 0.25% | - |
| XYZ | 3.36 | 3.49 | 0.5 | - |
| YUV | 49.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 0 | 0 | 0.22 | 1 | 0.75 | 47.08 | 1 | 0.13 |
| Hex | 41 | 33 | 0 | 0 | 16 | 64 | 4B | 2F | 64 | D |
| Octal | 101 | 63 | 0 | 0 | 26 | 144 | 113 | 57 | 144 | 15 |
| Binary | 1000001 | 110011 | 0 | 0 | 10110 | 1100100 | 1001011 | 101111 | 1100100 | 1101 |
Color Harmonies of #413300
Complementary color
Monochromatic Colors of #413300
Black with #413300
Text Example
Text Example
White with #413300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413300; }
p { color: rgb(65,51,0); }
H1.HeaderClassName
{
color: #413300;
}
.AnyTagClassName
{
color: #413300;
}
</style>
background-color css
<style>
a { background-color: #413300; }
a { background-color: rgb(65,51,0); }
div.DivClassName
{
background-color: #413300;
}
.BgClassName
{
background-color: #413300;
}
</style>
border-color css
<style>
span { border-color: #413300; }
span { border-color: rgb(65,51,0); }
td.TdClassName
{
border-color: #413300;
}
.TagClassName
{
border-color: #413300;
}
</style>