Shades of Mikado #46330A
Tints of Mikado #46330A
RGB
CMYK
RGB Variations
Color information
#46330A (or 0x46330A) is known color: Mikado. HEX triplet: 46, 33 and 0A. RGB value is (70,51,10). Sum of RGB (Red+Green+Blue) = 70+51+10=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #46330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46330A is #B9CCF5. Grayscale: #343434. Windows color (decimal): -12176630 or 668486. OLE color: 668486.
HSL color Cylindrical-coordinate representation of color #46330A: hue angle of 41º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46330A is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 51 | 10 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.73 |
| HSL | 41º | 0.75% | 0.16% | - |
| HSV(B) | 41º | 0.86% | 0.27% | - |
| XYZ | 3.76 | 3.69 | 0.8 | - |
| YUV | 52.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 10 | 0 | 0.27 | 0.86 | 0.73 | 41 | 0.75 | 0.16 |
| Hex | 46 | 33 | A | 0 | 1B | 56 | 49 | 29 | 4B | 10 |
| Octal | 106 | 63 | 12 | 0 | 33 | 126 | 111 | 51 | 113 | 20 |
| Binary | 1000110 | 110011 | 1010 | 0 | 11011 | 1010110 | 1001001 | 101001 | 1001011 | 10000 |
Color Harmonies of #46330A
Complementary color
Monochromatic Colors of #46330A
Black with #46330A
Text Example
Text Example
White with #46330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46330A; }
p { color: rgb(70,51,10); }
H1.HeaderClassName
{
color: #46330A;
}
.AnyTagClassName
{
color: #46330A;
}
</style>
background-color css
<style>
a { background-color: #46330A; }
a { background-color: rgb(70,51,10); }
div.DivClassName
{
background-color: #46330A;
}
.BgClassName
{
background-color: #46330A;
}
</style>
border-color css
<style>
span { border-color: #46330A; }
span { border-color: rgb(70,51,10); }
td.TdClassName
{
border-color: #46330A;
}
.TagClassName
{
border-color: #46330A;
}
</style>