Shades of Mikado #43351D
Tints of Mikado #43351D
RGB
CMYK
RGB Variations
Color information
#43351D (or 0x43351D) is known color: Mikado. HEX triplet: 43, 35 and 1D. RGB value is (67,53,29). Sum of RGB (Red+Green+Blue) = 67+53+29=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #43351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43351D is #BCCAE2. Grayscale: #363636. Windows color (decimal): -12372707 or 1914179. OLE color: 1914179.
HSL color Cylindrical-coordinate representation of color #43351D: hue angle of 37.89º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43351D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 29 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.74 |
| HSL | 37.89º | 0.4% | 0.19% | - |
| HSV(B) | 37.89º | 0.57% | 0.26% | - |
| XYZ | 3.81 | 3.83 | 1.7 | - |
| YUV | 54.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 29 | 0 | 0.21 | 0.57 | 0.74 | 37.89 | 0.4 | 0.19 |
| Hex | 43 | 35 | 1D | 0 | 15 | 39 | 4A | 26 | 28 | 13 |
| Octal | 103 | 65 | 35 | 0 | 25 | 71 | 112 | 46 | 50 | 23 |
| Binary | 1000011 | 110101 | 11101 | 0 | 10101 | 111001 | 1001010 | 100110 | 101000 | 10011 |
Color Harmonies of #43351D
Complementary color
Monochromatic Colors of #43351D
Black with #43351D
Text Example
Text Example
White with #43351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43351D; }
p { color: rgb(67,53,29); }
H1.HeaderClassName
{
color: #43351D;
}
.AnyTagClassName
{
color: #43351D;
}
</style>
background-color css
<style>
a { background-color: #43351D; }
a { background-color: rgb(67,53,29); }
div.DivClassName
{
background-color: #43351D;
}
.BgClassName
{
background-color: #43351D;
}
</style>
border-color css
<style>
span { border-color: #43351D; }
span { border-color: rgb(67,53,29); }
td.TdClassName
{
border-color: #43351D;
}
.TagClassName
{
border-color: #43351D;
}
</style>