Shades of Mikado #433402
Tints of Mikado #433402
RGB
CMYK
RGB Variations
Color information
#433402 (or 0x433402) is known color: Mikado. HEX triplet: 43, 34 and 02. RGB value is (67,52,2). Sum of RGB (Red+Green+Blue) = 67+52+2=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #433402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433402 is #BCCBFD. Grayscale: #333333. Windows color (decimal): -12372990 or 144451. OLE color: 144451.
HSL color Cylindrical-coordinate representation of color #433402: hue angle of 46.15º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #433402 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 52 | 2 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.74 |
| HSL | 46.15º | 0.94% | 0.14% | - |
| HSV(B) | 46.15º | 0.97% | 0.26% | - |
| XYZ | 3.55 | 3.65 | 0.58 | - |
| YUV | 50.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 2 | 0 | 0.22 | 0.97 | 0.74 | 46.15 | 0.94 | 0.14 |
| Hex | 43 | 34 | 2 | 0 | 16 | 61 | 4A | 2E | 5E | E |
| Octal | 103 | 64 | 2 | 0 | 26 | 141 | 112 | 56 | 136 | 16 |
| Binary | 1000011 | 110100 | 10 | 0 | 10110 | 1100001 | 1001010 | 101110 | 1011110 | 1110 |
Color Harmonies of #433402
Complementary color
Monochromatic Colors of #433402
Black with #433402
Text Example
Text Example
White with #433402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433402; }
p { color: rgb(67,52,2); }
H1.HeaderClassName
{
color: #433402;
}
.AnyTagClassName
{
color: #433402;
}
</style>
background-color css
<style>
a { background-color: #433402; }
a { background-color: rgb(67,52,2); }
div.DivClassName
{
background-color: #433402;
}
.BgClassName
{
background-color: #433402;
}
</style>
border-color css
<style>
span { border-color: #433402; }
span { border-color: rgb(67,52,2); }
td.TdClassName
{
border-color: #433402;
}
.TagClassName
{
border-color: #433402;
}
</style>