Shades of Mikado #4A3305
Tints of Mikado #4A3305
RGB
CMYK
RGB Variations
Color information
#4A3305 (or 0x4A3305) is known color: Mikado. HEX triplet: 4A, 33 and 05. RGB value is (74,51,5). Sum of RGB (Red+Green+Blue) = 74+51+5=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3305 is #B5CCFA. Grayscale: #343434. Windows color (decimal): -11914491 or 340810. OLE color: 340810.
HSL color Cylindrical-coordinate representation of color #4A3305: hue angle of 40º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A3305 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 51 | 5 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.71 |
| HSL | 40º | 0.87% | 0.15% | - |
| HSV(B) | 40º | 0.93% | 0.29% | - |
| XYZ | 4.04 | 3.83 | 0.67 | - |
| YUV | 52.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 5 | 0 | 0.31 | 0.93 | 0.71 | 40 | 0.87 | 0.15 |
| Hex | 4A | 33 | 5 | 0 | 1F | 5D | 47 | 28 | 57 | F |
| Octal | 112 | 63 | 5 | 0 | 37 | 135 | 107 | 50 | 127 | 17 |
| Binary | 1001010 | 110011 | 101 | 0 | 11111 | 1011101 | 1000111 | 101000 | 1010111 | 1111 |
Color Harmonies of #4A3305
Complementary color
Monochromatic Colors of #4A3305
Black with #4A3305
Text Example
Text Example
White with #4A3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3305; }
p { color: rgb(74,51,5); }
H1.HeaderClassName
{
color: #4A3305;
}
.AnyTagClassName
{
color: #4A3305;
}
</style>
background-color css
<style>
a { background-color: #4A3305; }
a { background-color: rgb(74,51,5); }
div.DivClassName
{
background-color: #4A3305;
}
.BgClassName
{
background-color: #4A3305;
}
</style>
border-color css
<style>
span { border-color: #4A3305; }
span { border-color: rgb(74,51,5); }
td.TdClassName
{
border-color: #4A3305;
}
.TagClassName
{
border-color: #4A3305;
}
</style>