Shades of Mikado #433112
Tints of Mikado #433112
RGB
CMYK
RGB Variations
Color information
#433112 (or 0x433112) is known color: Mikado. HEX triplet: 43, 31 and 12. RGB value is (67,49,18). Sum of RGB (Red+Green+Blue) = 67+49+18=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #433112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433112 is #BCCEED. Grayscale: #323232. Windows color (decimal): -12373742 or 1192259. OLE color: 1192259.
HSL color Cylindrical-coordinate representation of color #433112: hue angle of 37.96º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #433112 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 18 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.74 |
| HSL | 37.96º | 0.58% | 0.17% | - |
| HSV(B) | 37.96º | 0.73% | 0.26% | - |
| XYZ | 3.52 | 3.43 | 1.05 | - |
| YUV | 50.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 18 | 0 | 0.27 | 0.73 | 0.74 | 37.96 | 0.58 | 0.17 |
| Hex | 43 | 31 | 12 | 0 | 1B | 49 | 4A | 26 | 3A | 11 |
| Octal | 103 | 61 | 22 | 0 | 33 | 111 | 112 | 46 | 72 | 21 |
| Binary | 1000011 | 110001 | 10010 | 0 | 11011 | 1001001 | 1001010 | 100110 | 111010 | 10001 |
Color Harmonies of #433112
Complementary color
Monochromatic Colors of #433112
Black with #433112
Text Example
Text Example
White with #433112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433112; }
p { color: rgb(67,49,18); }
H1.HeaderClassName
{
color: #433112;
}
.AnyTagClassName
{
color: #433112;
}
</style>
background-color css
<style>
a { background-color: #433112; }
a { background-color: rgb(67,49,18); }
div.DivClassName
{
background-color: #433112;
}
.BgClassName
{
background-color: #433112;
}
</style>
border-color css
<style>
span { border-color: #433112; }
span { border-color: rgb(67,49,18); }
td.TdClassName
{
border-color: #433112;
}
.TagClassName
{
border-color: #433112;
}
</style>