Shades of Mikado #433004
Tints of Mikado #433004
RGB
CMYK
RGB Variations
Color information
#433004 (or 0x433004) is known color: Mikado. HEX triplet: 43, 30 and 04. RGB value is (67,48,4). Sum of RGB (Red+Green+Blue) = 67+48+4=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #433004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433004 is #BCCFFB. Grayscale: #303030. Windows color (decimal): -12374012 or 274499. OLE color: 274499.
HSL color Cylindrical-coordinate representation of color #433004: hue angle of 41.9º 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 #433004 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 48 | 4 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.74 |
| HSL | 41.9º | 0.89% | 0.14% | - |
| HSV(B) | 41.9º | 0.94% | 0.26% | - |
| XYZ | 3.39 | 3.32 | 0.58 | - |
| YUV | 48.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 4 | 0 | 0.28 | 0.94 | 0.74 | 41.9 | 0.89 | 0.14 |
| Hex | 43 | 30 | 4 | 0 | 1C | 5E | 4A | 2A | 59 | E |
| Octal | 103 | 60 | 4 | 0 | 34 | 136 | 112 | 52 | 131 | 16 |
| Binary | 1000011 | 110000 | 100 | 0 | 11100 | 1011110 | 1001010 | 101010 | 1011001 | 1110 |
Color Harmonies of #433004
Complementary color
Monochromatic Colors of #433004
Black with #433004
Text Example
Text Example
White with #433004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433004; }
p { color: rgb(67,48,4); }
H1.HeaderClassName
{
color: #433004;
}
.AnyTagClassName
{
color: #433004;
}
</style>
background-color css
<style>
a { background-color: #433004; }
a { background-color: rgb(67,48,4); }
div.DivClassName
{
background-color: #433004;
}
.BgClassName
{
background-color: #433004;
}
</style>
border-color css
<style>
span { border-color: #433004; }
span { border-color: rgb(67,48,4); }
td.TdClassName
{
border-color: #433004;
}
.TagClassName
{
border-color: #433004;
}
</style>