Shades of Mikado #432E07
Tints of Mikado #432E07
RGB
CMYK
RGB Variations
Color information
#432E07 (or 0x432E07) is known color: Mikado. HEX triplet: 43, 2E and 07. RGB value is (67,46,7). Sum of RGB (Red+Green+Blue) = 67+46+7=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #432E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E07 is #BCD1F8. Grayscale: #303030. Windows color (decimal): -12374521 or 470595. OLE color: 470595.
HSL color Cylindrical-coordinate representation of color #432E07: hue angle of 39º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #432E07 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 46 | 7 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.74 |
| HSL | 39º | 0.81% | 0.15% | - |
| HSV(B) | 39º | 0.9% | 0.26% | - |
| XYZ | 3.33 | 3.16 | 0.64 | - |
| YUV | 47.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 7 | 0 | 0.31 | 0.90 | 0.74 | 39 | 0.81 | 0.15 |
| Hex | 43 | 2E | 7 | 0 | 1F | 5A | 4A | 27 | 51 | F |
| Octal | 103 | 56 | 7 | 0 | 37 | 132 | 112 | 47 | 121 | 17 |
| Binary | 1000011 | 101110 | 111 | 0 | 11111 | 1011010 | 1001010 | 100111 | 1010001 | 1111 |
Color Harmonies of #432E07
Complementary color
Monochromatic Colors of #432E07
Black with #432E07
Text Example
Text Example
White with #432E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E07; }
p { color: rgb(67,46,7); }
H1.HeaderClassName
{
color: #432E07;
}
.AnyTagClassName
{
color: #432E07;
}
</style>
background-color css
<style>
a { background-color: #432E07; }
a { background-color: rgb(67,46,7); }
div.DivClassName
{
background-color: #432E07;
}
.BgClassName
{
background-color: #432E07;
}
</style>
border-color css
<style>
span { border-color: #432E07; }
span { border-color: rgb(67,46,7); }
td.TdClassName
{
border-color: #432E07;
}
.TagClassName
{
border-color: #432E07;
}
</style>