Shades of Mikado #462F05
Tints of Mikado #462F05
RGB
CMYK
RGB Variations
Color information
#462F05 (or 0x462F05) is known color: Mikado. HEX triplet: 46, 2F and 05. RGB value is (70,47,5). Sum of RGB (Red+Green+Blue) = 70+47+5=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #462F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462F05 is #B9D0FA. Grayscale: #313131. Windows color (decimal): -12177659 or 339782. OLE color: 339782.
HSL color Cylindrical-coordinate representation of color #462F05: hue angle of 38.77º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #462F05 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 5 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.73 |
| HSL | 38.77º | 0.87% | 0.15% | - |
| HSV(B) | 38.77º | 0.93% | 0.27% | - |
| XYZ | 3.57 | 3.35 | 0.6 | - |
| YUV | 49.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 5 | 0 | 0.33 | 0.93 | 0.73 | 38.77 | 0.87 | 0.15 |
| Hex | 46 | 2F | 5 | 0 | 21 | 5D | 49 | 27 | 57 | F |
| Octal | 106 | 57 | 5 | 0 | 41 | 135 | 111 | 47 | 127 | 17 |
| Binary | 1000110 | 101111 | 101 | 0 | 100001 | 1011101 | 1001001 | 100111 | 1010111 | 1111 |
Color Harmonies of #462F05
Complementary color
Monochromatic Colors of #462F05
Black with #462F05
Text Example
Text Example
White with #462F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F05; }
p { color: rgb(70,47,5); }
H1.HeaderClassName
{
color: #462F05;
}
.AnyTagClassName
{
color: #462F05;
}
</style>
background-color css
<style>
a { background-color: #462F05; }
a { background-color: rgb(70,47,5); }
div.DivClassName
{
background-color: #462F05;
}
.BgClassName
{
background-color: #462F05;
}
</style>
border-color css
<style>
span { border-color: #462F05; }
span { border-color: rgb(70,47,5); }
td.TdClassName
{
border-color: #462F05;
}
.TagClassName
{
border-color: #462F05;
}
</style>