Shades of Mikado #43360D
Tints of Mikado #43360D
RGB
CMYK
RGB Variations
Color information
#43360D (or 0x43360D) is known color: Mikado. HEX triplet: 43, 36 and 0D. RGB value is (67,54,13). Sum of RGB (Red+Green+Blue) = 67+54+13=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #43360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43360D is #BCC9F2. Grayscale: #353535. Windows color (decimal): -12372467 or 865859. OLE color: 865859.
HSL color Cylindrical-coordinate representation of color #43360D: hue angle of 45.56º 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 #43360D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 13 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.74 |
| HSL | 45.56º | 0.68% | 0.16% | - |
| HSV(B) | 45.56º | 0.81% | 0.26% | - |
| XYZ | 3.71 | 3.86 | 0.93 | - |
| YUV | 53.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 13 | 0 | 0.19 | 0.81 | 0.74 | 45.56 | 0.68 | 0.16 |
| Hex | 43 | 36 | D | 0 | 13 | 51 | 4A | 2E | 44 | 10 |
| Octal | 103 | 66 | 15 | 0 | 23 | 121 | 112 | 56 | 104 | 20 |
| Binary | 1000011 | 110110 | 1101 | 0 | 10011 | 1010001 | 1001010 | 101110 | 1000100 | 10000 |
Color Harmonies of #43360D
Complementary color
Monochromatic Colors of #43360D
Black with #43360D
Text Example
Text Example
White with #43360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43360D; }
p { color: rgb(67,54,13); }
H1.HeaderClassName
{
color: #43360D;
}
.AnyTagClassName
{
color: #43360D;
}
</style>
background-color css
<style>
a { background-color: #43360D; }
a { background-color: rgb(67,54,13); }
div.DivClassName
{
background-color: #43360D;
}
.BgClassName
{
background-color: #43360D;
}
</style>
border-color css
<style>
span { border-color: #43360D; }
span { border-color: rgb(67,54,13); }
td.TdClassName
{
border-color: #43360D;
}
.TagClassName
{
border-color: #43360D;
}
</style>