Shades of Mikado #433210
Tints of Mikado #433210
RGB
CMYK
RGB Variations
Color information
#433210 (or 0x433210) is known color: Mikado. HEX triplet: 43, 32 and 10. RGB value is (67,50,16). Sum of RGB (Red+Green+Blue) = 67+50+16=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #433210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433210 is #BCCDEF. Grayscale: #333333. Windows color (decimal): -12373488 or 1061443. OLE color: 1061443.
HSL color Cylindrical-coordinate representation of color #433210: hue angle of 40º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #433210 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 16 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.74 |
| HSL | 40º | 0.61% | 0.16% | - |
| HSV(B) | 40º | 0.76% | 0.26% | - |
| XYZ | 3.55 | 3.51 | 0.98 | - |
| YUV | 51.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 16 | 0 | 0.25 | 0.76 | 0.74 | 40 | 0.61 | 0.16 |
| Hex | 43 | 32 | 10 | 0 | 19 | 4C | 4A | 28 | 3D | 10 |
| Octal | 103 | 62 | 20 | 0 | 31 | 114 | 112 | 50 | 75 | 20 |
| Binary | 1000011 | 110010 | 10000 | 0 | 11001 | 1001100 | 1001010 | 101000 | 111101 | 10000 |
Color Harmonies of #433210
Complementary color
Monochromatic Colors of #433210
Black with #433210
Text Example
Text Example
White with #433210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433210; }
p { color: rgb(67,50,16); }
H1.HeaderClassName
{
color: #433210;
}
.AnyTagClassName
{
color: #433210;
}
</style>
background-color css
<style>
a { background-color: #433210; }
a { background-color: rgb(67,50,16); }
div.DivClassName
{
background-color: #433210;
}
.BgClassName
{
background-color: #433210;
}
</style>
border-color css
<style>
span { border-color: #433210; }
span { border-color: rgb(67,50,16); }
td.TdClassName
{
border-color: #433210;
}
.TagClassName
{
border-color: #433210;
}
</style>