Shades of Mikado #432E03
Tints of Mikado #432E03
RGB
CMYK
RGB Variations
Color information
#432E03 (or 0x432E03) is known color: Mikado. HEX triplet: 43, 2E and 03. RGB value is (67,46,3). Sum of RGB (Red+Green+Blue) = 67+46+3=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #432E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E03 is #BCD1FC. Grayscale: #2F2F2F. Windows color (decimal): -12374525 or 208451. OLE color: 208451.
HSL color Cylindrical-coordinate representation of color #432E03: hue angle of 40.31º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #432E03 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 3 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.74 |
| HSL | 40.31º | 0.91% | 0.14% | - |
| HSV(B) | 40.31º | 0.96% | 0.26% | - |
| XYZ | 3.31 | 3.15 | 0.52 | - |
| YUV | 47.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 3 | 0 | 0.31 | 0.96 | 0.74 | 40.31 | 0.91 | 0.14 |
| Hex | 43 | 2E | 3 | 0 | 1F | 60 | 4A | 28 | 5B | E |
| Octal | 103 | 56 | 3 | 0 | 37 | 140 | 112 | 50 | 133 | 16 |
| Binary | 1000011 | 101110 | 11 | 0 | 11111 | 1100000 | 1001010 | 101000 | 1011011 | 1110 |
Color Harmonies of #432E03
Complementary color
Monochromatic Colors of #432E03
Black with #432E03
Text Example
Text Example
White with #432E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E03; }
p { color: rgb(67,46,3); }
H1.HeaderClassName
{
color: #432E03;
}
.AnyTagClassName
{
color: #432E03;
}
</style>
background-color css
<style>
a { background-color: #432E03; }
a { background-color: rgb(67,46,3); }
div.DivClassName
{
background-color: #432E03;
}
.BgClassName
{
background-color: #432E03;
}
</style>
border-color css
<style>
span { border-color: #432E03; }
span { border-color: rgb(67,46,3); }
td.TdClassName
{
border-color: #432E03;
}
.TagClassName
{
border-color: #432E03;
}
</style>