Shades of Mikado #432F0F
Tints of Mikado #432F0F
RGB
CMYK
RGB Variations
Color information
#432F0F (or 0x432F0F) is known color: Mikado. HEX triplet: 43, 2F and 0F. RGB value is (67,47,15). Sum of RGB (Red+Green+Blue) = 67+47+15=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #432F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F0F is #BCD0F0. Grayscale: #313131. Windows color (decimal): -12374257 or 995139. OLE color: 995139.
HSL color Cylindrical-coordinate representation of color #432F0F: hue angle of 36.92º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #432F0F is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 15 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.74 |
| HSL | 36.92º | 0.63% | 0.16% | - |
| HSV(B) | 36.92º | 0.78% | 0.26% | - |
| XYZ | 3.42 | 3.26 | 0.9 | - |
| YUV | 49.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 15 | 0 | 0.30 | 0.78 | 0.74 | 36.92 | 0.63 | 0.16 |
| Hex | 43 | 2F | F | 0 | 1E | 4E | 4A | 25 | 3F | 10 |
| Octal | 103 | 57 | 17 | 0 | 36 | 116 | 112 | 45 | 77 | 20 |
| Binary | 1000011 | 101111 | 1111 | 0 | 11110 | 1001110 | 1001010 | 100101 | 111111 | 10000 |
Color Harmonies of #432F0F
Complementary color
Monochromatic Colors of #432F0F
Black with #432F0F
Text Example
Text Example
White with #432F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F0F; }
p { color: rgb(67,47,15); }
H1.HeaderClassName
{
color: #432F0F;
}
.AnyTagClassName
{
color: #432F0F;
}
</style>
background-color css
<style>
a { background-color: #432F0F; }
a { background-color: rgb(67,47,15); }
div.DivClassName
{
background-color: #432F0F;
}
.BgClassName
{
background-color: #432F0F;
}
</style>
border-color css
<style>
span { border-color: #432F0F; }
span { border-color: rgb(67,47,15); }
td.TdClassName
{
border-color: #432F0F;
}
.TagClassName
{
border-color: #432F0F;
}
</style>