Shades of Mikado #4A3509
Tints of Mikado #4A3509
RGB
CMYK
RGB Variations
Color information
#4A3509 (or 0x4A3509) is known color: Mikado. HEX triplet: 4A, 35 and 09. RGB value is (74,53,9). Sum of RGB (Red+Green+Blue) = 74+53+9=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3509 is #B5CAF6. Grayscale: #363636. Windows color (decimal): -11913975 or 603466. OLE color: 603466.
HSL color Cylindrical-coordinate representation of color #4A3509: hue angle of 40.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A3509 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 53 | 9 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.71 |
| HSL | 40.62º | 0.78% | 0.16% | - |
| HSV(B) | 40.62º | 0.88% | 0.29% | - |
| XYZ | 4.15 | 4.02 | 0.82 | - |
| YUV | 54.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 9 | 0 | 0.28 | 0.88 | 0.71 | 40.62 | 0.78 | 0.16 |
| Hex | 4A | 35 | 9 | 0 | 1C | 58 | 47 | 29 | 4E | 10 |
| Octal | 112 | 65 | 11 | 0 | 34 | 130 | 107 | 51 | 116 | 20 |
| Binary | 1001010 | 110101 | 1001 | 0 | 11100 | 1011000 | 1000111 | 101001 | 1001110 | 10000 |
Color Harmonies of #4A3509
Complementary color
Monochromatic Colors of #4A3509
Black with #4A3509
Text Example
Text Example
White with #4A3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3509; }
p { color: rgb(74,53,9); }
H1.HeaderClassName
{
color: #4A3509;
}
.AnyTagClassName
{
color: #4A3509;
}
</style>
background-color css
<style>
a { background-color: #4A3509; }
a { background-color: rgb(74,53,9); }
div.DivClassName
{
background-color: #4A3509;
}
.BgClassName
{
background-color: #4A3509;
}
</style>
border-color css
<style>
span { border-color: #4A3509; }
span { border-color: rgb(74,53,9); }
td.TdClassName
{
border-color: #4A3509;
}
.TagClassName
{
border-color: #4A3509;
}
</style>