Shades of Mikado #4B3404
Tints of Mikado #4B3404
RGB
CMYK
RGB Variations
Color information
#4B3404 (or 0x4B3404) is known color: Mikado. HEX triplet: 4B, 34 and 04. RGB value is (75,52,4). Sum of RGB (Red+Green+Blue) = 75+52+4=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3404 is #B4CBFB. Grayscale: #353535. Windows color (decimal): -11848700 or 275531. OLE color: 275531.
HSL color Cylindrical-coordinate representation of color #4B3404: hue angle of 40.56º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B3404 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 52 | 4 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.71 |
| HSL | 40.56º | 0.9% | 0.15% | - |
| HSV(B) | 40.56º | 0.95% | 0.29% | - |
| XYZ | 4.15 | 3.96 | 0.66 | - |
| YUV | 53.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 52 | 4 | 0 | 0.31 | 0.95 | 0.71 | 40.56 | 0.9 | 0.15 |
| Hex | 4B | 34 | 4 | 0 | 1F | 5F | 47 | 29 | 5A | F |
| Octal | 113 | 64 | 4 | 0 | 37 | 137 | 107 | 51 | 132 | 17 |
| Binary | 1001011 | 110100 | 100 | 0 | 11111 | 1011111 | 1000111 | 101001 | 1011010 | 1111 |
Color Harmonies of #4B3404
Complementary color
Monochromatic Colors of #4B3404
Black with #4B3404
Text Example
Text Example
White with #4B3404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3404; }
p { color: rgb(75,52,4); }
H1.HeaderClassName
{
color: #4B3404;
}
.AnyTagClassName
{
color: #4B3404;
}
</style>
background-color css
<style>
a { background-color: #4B3404; }
a { background-color: rgb(75,52,4); }
div.DivClassName
{
background-color: #4B3404;
}
.BgClassName
{
background-color: #4B3404;
}
</style>
border-color css
<style>
span { border-color: #4B3404; }
span { border-color: rgb(75,52,4); }
td.TdClassName
{
border-color: #4B3404;
}
.TagClassName
{
border-color: #4B3404;
}
</style>