Shades of Mikado #43341C
Tints of Mikado #43341C
RGB
CMYK
RGB Variations
Color information
#43341C (or 0x43341C) is known color: Mikado. HEX triplet: 43, 34 and 1C. RGB value is (67,52,28). Sum of RGB (Red+Green+Blue) = 67+52+28=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #43341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43341C is #BCCBE3. Grayscale: #353535. Windows color (decimal): -12372964 or 1848387. OLE color: 1848387.
HSL color Cylindrical-coordinate representation of color #43341C: hue angle of 36.92º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43341C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 52 | 28 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.74 |
| HSL | 36.92º | 0.41% | 0.19% | - |
| HSV(B) | 36.92º | 0.58% | 0.26% | - |
| XYZ | 3.75 | 3.73 | 1.62 | - |
| YUV | 53.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 28 | 0 | 0.22 | 0.58 | 0.74 | 36.92 | 0.41 | 0.19 |
| Hex | 43 | 34 | 1C | 0 | 16 | 3A | 4A | 25 | 29 | 13 |
| Octal | 103 | 64 | 34 | 0 | 26 | 72 | 112 | 45 | 51 | 23 |
| Binary | 1000011 | 110100 | 11100 | 0 | 10110 | 111010 | 1001010 | 100101 | 101001 | 10011 |
Color Harmonies of #43341C
Complementary color
Monochromatic Colors of #43341C
Black with #43341C
Text Example
Text Example
White with #43341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43341C; }
p { color: rgb(67,52,28); }
H1.HeaderClassName
{
color: #43341C;
}
.AnyTagClassName
{
color: #43341C;
}
</style>
background-color css
<style>
a { background-color: #43341C; }
a { background-color: rgb(67,52,28); }
div.DivClassName
{
background-color: #43341C;
}
.BgClassName
{
background-color: #43341C;
}
</style>
border-color css
<style>
span { border-color: #43341C; }
span { border-color: rgb(67,52,28); }
td.TdClassName
{
border-color: #43341C;
}
.TagClassName
{
border-color: #43341C;
}
</style>