Shades of Mikado #43340E
Tints of Mikado #43340E
RGB
CMYK
RGB Variations
Color information
#43340E (or 0x43340E) is known color: Mikado. HEX triplet: 43, 34 and 0E. RGB value is (67,52,14). Sum of RGB (Red+Green+Blue) = 67+52+14=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #43340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43340E is #BCCBF1. Grayscale: #343434. Windows color (decimal): -12372978 or 930883. OLE color: 930883.
HSL color Cylindrical-coordinate representation of color #43340E: hue angle of 43.02º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43340E is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 52 | 14 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.74 |
| HSL | 43.02º | 0.65% | 0.16% | - |
| HSV(B) | 43.02º | 0.79% | 0.26% | - |
| XYZ | 3.62 | 3.68 | 0.94 | - |
| YUV | 52.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 14 | 0 | 0.22 | 0.79 | 0.74 | 43.02 | 0.65 | 0.16 |
| Hex | 43 | 34 | E | 0 | 16 | 4F | 4A | 2B | 41 | 10 |
| Octal | 103 | 64 | 16 | 0 | 26 | 117 | 112 | 53 | 101 | 20 |
| Binary | 1000011 | 110100 | 1110 | 0 | 10110 | 1001111 | 1001010 | 101011 | 1000001 | 10000 |
Color Harmonies of #43340E
Complementary color
Monochromatic Colors of #43340E
Black with #43340E
Text Example
Text Example
White with #43340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43340E; }
p { color: rgb(67,52,14); }
H1.HeaderClassName
{
color: #43340E;
}
.AnyTagClassName
{
color: #43340E;
}
</style>
background-color css
<style>
a { background-color: #43340E; }
a { background-color: rgb(67,52,14); }
div.DivClassName
{
background-color: #43340E;
}
.BgClassName
{
background-color: #43340E;
}
</style>
border-color css
<style>
span { border-color: #43340E; }
span { border-color: rgb(67,52,14); }
td.TdClassName
{
border-color: #43340E;
}
.TagClassName
{
border-color: #43340E;
}
</style>