Shades of Mikado #432E0C
Tints of Mikado #432E0C
RGB
CMYK
RGB Variations
Color information
#432E0C (or 0x432E0C) is known color: Mikado. HEX triplet: 43, 2E and 0C. RGB value is (67,46,12). Sum of RGB (Red+Green+Blue) = 67+46+12=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #432E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E0C is #BCD1F3. Grayscale: #303030. Windows color (decimal): -12374516 or 798275. OLE color: 798275.
HSL color Cylindrical-coordinate representation of color #432E0C: hue angle of 37.09º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #432E0C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 12 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.74 |
| HSL | 37.09º | 0.7% | 0.15% | - |
| HSV(B) | 37.09º | 0.82% | 0.26% | - |
| XYZ | 3.36 | 3.17 | 0.78 | - |
| YUV | 48.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 12 | 0 | 0.31 | 0.82 | 0.74 | 37.09 | 0.7 | 0.15 |
| Hex | 43 | 2E | C | 0 | 1F | 52 | 4A | 25 | 46 | F |
| Octal | 103 | 56 | 14 | 0 | 37 | 122 | 112 | 45 | 106 | 17 |
| Binary | 1000011 | 101110 | 1100 | 0 | 11111 | 1010010 | 1001010 | 100101 | 1000110 | 1111 |
Color Harmonies of #432E0C
Complementary color
Monochromatic Colors of #432E0C
Black with #432E0C
Text Example
Text Example
White with #432E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E0C; }
p { color: rgb(67,46,12); }
H1.HeaderClassName
{
color: #432E0C;
}
.AnyTagClassName
{
color: #432E0C;
}
</style>
background-color css
<style>
a { background-color: #432E0C; }
a { background-color: rgb(67,46,12); }
div.DivClassName
{
background-color: #432E0C;
}
.BgClassName
{
background-color: #432E0C;
}
</style>
border-color css
<style>
span { border-color: #432E0C; }
span { border-color: rgb(67,46,12); }
td.TdClassName
{
border-color: #432E0C;
}
.TagClassName
{
border-color: #432E0C;
}
</style>