Shades of Mikado #433404
Tints of Mikado #433404
RGB
CMYK
RGB Variations
Color information
#433404 (or 0x433404) is known color: Mikado. HEX triplet: 43, 34 and 04. RGB value is (67,52,4). Sum of RGB (Red+Green+Blue) = 67+52+4=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #433404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433404 is #BCCBFB. Grayscale: #333333. Windows color (decimal): -12372988 or 275523. OLE color: 275523.
HSL color Cylindrical-coordinate representation of color #433404: hue angle of 45.71º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #433404 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 52 | 4 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.74 |
| HSL | 45.71º | 0.89% | 0.14% | - |
| HSV(B) | 45.71º | 0.94% | 0.26% | - |
| XYZ | 3.56 | 3.66 | 0.63 | - |
| YUV | 51.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 4 | 0 | 0.22 | 0.94 | 0.74 | 45.71 | 0.89 | 0.14 |
| Hex | 43 | 34 | 4 | 0 | 16 | 5E | 4A | 2E | 59 | E |
| Octal | 103 | 64 | 4 | 0 | 26 | 136 | 112 | 56 | 131 | 16 |
| Binary | 1000011 | 110100 | 100 | 0 | 10110 | 1011110 | 1001010 | 101110 | 1011001 | 1110 |
Color Harmonies of #433404
Complementary color
Monochromatic Colors of #433404
Black with #433404
Text Example
Text Example
White with #433404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433404; }
p { color: rgb(67,52,4); }
H1.HeaderClassName
{
color: #433404;
}
.AnyTagClassName
{
color: #433404;
}
</style>
background-color css
<style>
a { background-color: #433404; }
a { background-color: rgb(67,52,4); }
div.DivClassName
{
background-color: #433404;
}
.BgClassName
{
background-color: #433404;
}
</style>
border-color css
<style>
span { border-color: #433404; }
span { border-color: rgb(67,52,4); }
td.TdClassName
{
border-color: #433404;
}
.TagClassName
{
border-color: #433404;
}
</style>