Shades of Mikado #432F00
Tints of Mikado #432F00
RGB
CMYK
RGB Variations
Color information
#432F00 (or 0x432F00) is known color: Mikado. HEX triplet: 43, 2F and 00. RGB value is (67,47,0). Sum of RGB (Red+Green+Blue) = 67+47+0=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #432F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F00 is #BCD0FF. Grayscale: #2F2F2F. Windows color (decimal): -12374272 or 12099. OLE color: 12099.
HSL color Cylindrical-coordinate representation of color #432F00: hue angle of 42.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #432F00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.74 |
| HSL | 42.09º | 1% | 0.13% | - |
| HSV(B) | 42.09º | 1% | 0.26% | - |
| XYZ | 3.33 | 3.23 | 0.45 | - |
| YUV | 47.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 0 | 0 | 0.30 | 1 | 0.74 | 42.09 | 1 | 0.13 |
| Hex | 43 | 2F | 0 | 0 | 1E | 64 | 4A | 2A | 64 | D |
| Octal | 103 | 57 | 0 | 0 | 36 | 144 | 112 | 52 | 144 | 15 |
| Binary | 1000011 | 101111 | 0 | 0 | 11110 | 1100100 | 1001010 | 101010 | 1100100 | 1101 |
Color Harmonies of #432F00
Complementary color
Monochromatic Colors of #432F00
Black with #432F00
Text Example
Text Example
White with #432F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F00; }
p { color: rgb(67,47,0); }
H1.HeaderClassName
{
color: #432F00;
}
.AnyTagClassName
{
color: #432F00;
}
</style>
background-color css
<style>
a { background-color: #432F00; }
a { background-color: rgb(67,47,0); }
div.DivClassName
{
background-color: #432F00;
}
.BgClassName
{
background-color: #432F00;
}
</style>
border-color css
<style>
span { border-color: #432F00; }
span { border-color: rgb(67,47,0); }
td.TdClassName
{
border-color: #432F00;
}
.TagClassName
{
border-color: #432F00;
}
</style>