Shades of Mikado #433512
Tints of Mikado #433512
RGB
CMYK
RGB Variations
Color information
#433512 (or 0x433512) is known color: Mikado. HEX triplet: 43, 35 and 12. RGB value is (67,53,18). Sum of RGB (Red+Green+Blue) = 67+53+18=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #433512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433512 is #BCCAED. Grayscale: #353535. Windows color (decimal): -12372718 or 1193283. OLE color: 1193283.
HSL color Cylindrical-coordinate representation of color #433512: hue angle of 42.86º 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 #433512 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 18 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.74 |
| HSL | 42.86º | 0.58% | 0.17% | - |
| HSV(B) | 42.86º | 0.73% | 0.26% | - |
| XYZ | 3.7 | 3.78 | 1.11 | - |
| YUV | 53.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 18 | 0 | 0.21 | 0.73 | 0.74 | 42.86 | 0.58 | 0.17 |
| Hex | 43 | 35 | 12 | 0 | 15 | 49 | 4A | 2B | 3A | 11 |
| Octal | 103 | 65 | 22 | 0 | 25 | 111 | 112 | 53 | 72 | 21 |
| Binary | 1000011 | 110101 | 10010 | 0 | 10101 | 1001001 | 1001010 | 101011 | 111010 | 10001 |
Color Harmonies of #433512
Complementary color
Monochromatic Colors of #433512
Black with #433512
Text Example
Text Example
White with #433512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433512; }
p { color: rgb(67,53,18); }
H1.HeaderClassName
{
color: #433512;
}
.AnyTagClassName
{
color: #433512;
}
</style>
background-color css
<style>
a { background-color: #433512; }
a { background-color: rgb(67,53,18); }
div.DivClassName
{
background-color: #433512;
}
.BgClassName
{
background-color: #433512;
}
</style>
border-color css
<style>
span { border-color: #433512; }
span { border-color: rgb(67,53,18); }
td.TdClassName
{
border-color: #433512;
}
.TagClassName
{
border-color: #433512;
}
</style>