Shades of Mikado #43361E
Tints of Mikado #43361E
RGB
CMYK
RGB Variations
Color information
#43361E (or 0x43361E) is known color: Mikado. HEX triplet: 43, 36 and 1E. RGB value is (67,54,30). Sum of RGB (Red+Green+Blue) = 67+54+30=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #43361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43361E is #BCC9E1. Grayscale: #373737. Windows color (decimal): -12372450 or 1979971. OLE color: 1979971.
HSL color Cylindrical-coordinate representation of color #43361E: hue angle of 38.92º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43361E is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 30 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.74 |
| HSL | 38.92º | 0.38% | 0.19% | - |
| HSV(B) | 38.92º | 0.55% | 0.26% | - |
| XYZ | 3.87 | 3.93 | 1.78 | - |
| YUV | 55.15 | 113.81 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 30 | 0 | 0.19 | 0.55 | 0.74 | 38.92 | 0.38 | 0.19 |
| Hex | 43 | 36 | 1E | 0 | 13 | 37 | 4A | 27 | 26 | 13 |
| Octal | 103 | 66 | 36 | 0 | 23 | 67 | 112 | 47 | 46 | 23 |
| Binary | 1000011 | 110110 | 11110 | 0 | 10011 | 110111 | 1001010 | 100111 | 100110 | 10011 |
Color Harmonies of #43361E
Complementary color
Monochromatic Colors of #43361E
Black with #43361E
Text Example
Text Example
White with #43361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43361E; }
p { color: rgb(67,54,30); }
H1.HeaderClassName
{
color: #43361E;
}
.AnyTagClassName
{
color: #43361E;
}
</style>
background-color css
<style>
a { background-color: #43361E; }
a { background-color: rgb(67,54,30); }
div.DivClassName
{
background-color: #43361E;
}
.BgClassName
{
background-color: #43361E;
}
</style>
border-color css
<style>
span { border-color: #43361E; }
span { border-color: rgb(67,54,30); }
td.TdClassName
{
border-color: #43361E;
}
.TagClassName
{
border-color: #43361E;
}
</style>