Shades of Mikado #43350D
Tints of Mikado #43350D
RGB
CMYK
RGB Variations
Color information
#43350D (or 0x43350D) is known color: Mikado. HEX triplet: 43, 35 and 0D. RGB value is (67,53,13). Sum of RGB (Red+Green+Blue) = 67+53+13=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #43350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43350D is #BCCAF2. Grayscale: #343434. Windows color (decimal): -12372723 or 865603. OLE color: 865603.
HSL color Cylindrical-coordinate representation of color #43350D: hue angle of 44.44º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43350D is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 13 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.74 |
| HSL | 44.44º | 0.68% | 0.16% | - |
| HSV(B) | 44.44º | 0.81% | 0.26% | - |
| XYZ | 3.66 | 3.77 | 0.92 | - |
| YUV | 52.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 13 | 0 | 0.21 | 0.81 | 0.74 | 44.44 | 0.68 | 0.16 |
| Hex | 43 | 35 | D | 0 | 15 | 51 | 4A | 2C | 44 | 10 |
| Octal | 103 | 65 | 15 | 0 | 25 | 121 | 112 | 54 | 104 | 20 |
| Binary | 1000011 | 110101 | 1101 | 0 | 10101 | 1010001 | 1001010 | 101100 | 1000100 | 10000 |
Color Harmonies of #43350D
Complementary color
Monochromatic Colors of #43350D
Black with #43350D
Text Example
Text Example
White with #43350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43350D; }
p { color: rgb(67,53,13); }
H1.HeaderClassName
{
color: #43350D;
}
.AnyTagClassName
{
color: #43350D;
}
</style>
background-color css
<style>
a { background-color: #43350D; }
a { background-color: rgb(67,53,13); }
div.DivClassName
{
background-color: #43350D;
}
.BgClassName
{
background-color: #43350D;
}
</style>
border-color css
<style>
span { border-color: #43350D; }
span { border-color: rgb(67,53,13); }
td.TdClassName
{
border-color: #43350D;
}
.TagClassName
{
border-color: #43350D;
}
</style>