Shades of Mikado #432F09
Tints of Mikado #432F09
RGB
CMYK
RGB Variations
Color information
#432F09 (or 0x432F09) is known color: Mikado. HEX triplet: 43, 2F and 09. RGB value is (67,47,9). Sum of RGB (Red+Green+Blue) = 67+47+9=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #432F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F09 is #BCD0F6. Grayscale: #303030. Windows color (decimal): -12374263 or 601923. OLE color: 601923.
HSL color Cylindrical-coordinate representation of color #432F09: hue angle of 39.31º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #432F09 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 9 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.74 |
| HSL | 39.31º | 0.76% | 0.15% | - |
| HSV(B) | 39.31º | 0.87% | 0.26% | - |
| XYZ | 3.38 | 3.25 | 0.71 | - |
| YUV | 48.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 9 | 0 | 0.30 | 0.87 | 0.74 | 39.31 | 0.76 | 0.15 |
| Hex | 43 | 2F | 9 | 0 | 1E | 57 | 4A | 27 | 4C | F |
| Octal | 103 | 57 | 11 | 0 | 36 | 127 | 112 | 47 | 114 | 17 |
| Binary | 1000011 | 101111 | 1001 | 0 | 11110 | 1010111 | 1001010 | 100111 | 1001100 | 1111 |
Color Harmonies of #432F09
Complementary color
Monochromatic Colors of #432F09
Black with #432F09
Text Example
Text Example
White with #432F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F09; }
p { color: rgb(67,47,9); }
H1.HeaderClassName
{
color: #432F09;
}
.AnyTagClassName
{
color: #432F09;
}
</style>
background-color css
<style>
a { background-color: #432F09; }
a { background-color: rgb(67,47,9); }
div.DivClassName
{
background-color: #432F09;
}
.BgClassName
{
background-color: #432F09;
}
</style>
border-color css
<style>
span { border-color: #432F09; }
span { border-color: rgb(67,47,9); }
td.TdClassName
{
border-color: #432F09;
}
.TagClassName
{
border-color: #432F09;
}
</style>