Shades of Mikado #432D04
Tints of Mikado #432D04
RGB
CMYK
RGB Variations
Color information
#432D04 (or 0x432D04) is known color: Mikado. HEX triplet: 43, 2D and 04. RGB value is (67,45,4). Sum of RGB (Red+Green+Blue) = 67+45+4=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #432D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D04 is #BCD2FB. Grayscale: #2F2F2F. Windows color (decimal): -12374780 or 273731. OLE color: 273731.
HSL color Cylindrical-coordinate representation of color #432D04: hue angle of 39.05º 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 #432D04 is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 4 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.74 |
| HSL | 39.05º | 0.89% | 0.14% | - |
| HSV(B) | 39.05º | 0.94% | 0.26% | - |
| XYZ | 3.28 | 3.08 | 0.54 | - |
| YUV | 46.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 4 | 0 | 0.33 | 0.94 | 0.74 | 39.05 | 0.89 | 0.14 |
| Hex | 43 | 2D | 4 | 0 | 21 | 5E | 4A | 27 | 59 | E |
| Octal | 103 | 55 | 4 | 0 | 41 | 136 | 112 | 47 | 131 | 16 |
| Binary | 1000011 | 101101 | 100 | 0 | 100001 | 1011110 | 1001010 | 100111 | 1011001 | 1110 |
Color Harmonies of #432D04
Complementary color
Monochromatic Colors of #432D04
Black with #432D04
Text Example
Text Example
White with #432D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D04; }
p { color: rgb(67,45,4); }
H1.HeaderClassName
{
color: #432D04;
}
.AnyTagClassName
{
color: #432D04;
}
</style>
background-color css
<style>
a { background-color: #432D04; }
a { background-color: rgb(67,45,4); }
div.DivClassName
{
background-color: #432D04;
}
.BgClassName
{
background-color: #432D04;
}
</style>
border-color css
<style>
span { border-color: #432D04; }
span { border-color: rgb(67,45,4); }
td.TdClassName
{
border-color: #432D04;
}
.TagClassName
{
border-color: #432D04;
}
</style>