Shades of Mikado #43310C
Tints of Mikado #43310C
RGB
CMYK
RGB Variations
Color information
#43310C (or 0x43310C) is known color: Mikado. HEX triplet: 43, 31 and 0C. RGB value is (67,49,12). Sum of RGB (Red+Green+Blue) = 67+49+12=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43310C is #BCCEF3. Grayscale: #323232. Windows color (decimal): -12373748 or 799043. OLE color: 799043.
HSL color Cylindrical-coordinate representation of color #43310C: hue angle of 40.36º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43310C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 12 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.74 |
| HSL | 40.36º | 0.7% | 0.15% | - |
| HSV(B) | 40.36º | 0.82% | 0.26% | - |
| XYZ | 3.48 | 3.42 | 0.82 | - |
| YUV | 50.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 12 | 0 | 0.27 | 0.82 | 0.74 | 40.36 | 0.7 | 0.15 |
| Hex | 43 | 31 | C | 0 | 1B | 52 | 4A | 28 | 46 | F |
| Octal | 103 | 61 | 14 | 0 | 33 | 122 | 112 | 50 | 106 | 17 |
| Binary | 1000011 | 110001 | 1100 | 0 | 11011 | 1010010 | 1001010 | 101000 | 1000110 | 1111 |
Color Harmonies of #43310C
Complementary color
Monochromatic Colors of #43310C
Black with #43310C
Text Example
Text Example
White with #43310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43310C; }
p { color: rgb(67,49,12); }
H1.HeaderClassName
{
color: #43310C;
}
.AnyTagClassName
{
color: #43310C;
}
</style>
background-color css
<style>
a { background-color: #43310C; }
a { background-color: rgb(67,49,12); }
div.DivClassName
{
background-color: #43310C;
}
.BgClassName
{
background-color: #43310C;
}
</style>
border-color css
<style>
span { border-color: #43310C; }
span { border-color: rgb(67,49,12); }
td.TdClassName
{
border-color: #43310C;
}
.TagClassName
{
border-color: #43310C;
}
</style>