Shades of Mikado #432E02
Tints of Mikado #432E02
RGB
CMYK
RGB Variations
Color information
#432E02 (or 0x432E02) is known color: Mikado. HEX triplet: 43, 2E and 02. RGB value is (67,46,2). Sum of RGB (Red+Green+Blue) = 67+46+2=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #432E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E02 is #BCD1FD. Grayscale: #2F2F2F. Windows color (decimal): -12374526 or 142915. OLE color: 142915.
HSL color Cylindrical-coordinate representation of color #432E02: hue angle of 40.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #432E02 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 2 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.74 |
| HSL | 40.62º | 0.94% | 0.14% | - |
| HSV(B) | 40.62º | 0.97% | 0.26% | - |
| XYZ | 3.3 | 3.15 | 0.49 | - |
| YUV | 47.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 2 | 0 | 0.31 | 0.97 | 0.74 | 40.62 | 0.94 | 0.14 |
| Hex | 43 | 2E | 2 | 0 | 1F | 61 | 4A | 29 | 5E | E |
| Octal | 103 | 56 | 2 | 0 | 37 | 141 | 112 | 51 | 136 | 16 |
| Binary | 1000011 | 101110 | 10 | 0 | 11111 | 1100001 | 1001010 | 101001 | 1011110 | 1110 |
Color Harmonies of #432E02
Complementary color
Monochromatic Colors of #432E02
Black with #432E02
Text Example
Text Example
White with #432E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E02; }
p { color: rgb(67,46,2); }
H1.HeaderClassName
{
color: #432E02;
}
.AnyTagClassName
{
color: #432E02;
}
</style>
background-color css
<style>
a { background-color: #432E02; }
a { background-color: rgb(67,46,2); }
div.DivClassName
{
background-color: #432E02;
}
.BgClassName
{
background-color: #432E02;
}
</style>
border-color css
<style>
span { border-color: #432E02; }
span { border-color: rgb(67,46,2); }
td.TdClassName
{
border-color: #432E02;
}
.TagClassName
{
border-color: #432E02;
}
</style>