Shades of Mikado #432F0B
Tints of Mikado #432F0B
RGB
CMYK
RGB Variations
Color information
#432F0B (or 0x432F0B) is known color: Mikado. HEX triplet: 43, 2F and 0B. RGB value is (67,47,11). Sum of RGB (Red+Green+Blue) = 67+47+11=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #432F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F0B is #BCD0F4. Grayscale: #313131. Windows color (decimal): -12374261 or 732995. OLE color: 732995.
HSL color Cylindrical-coordinate representation of color #432F0B: hue angle of 38.57º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #432F0B is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 11 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.74 |
| HSL | 38.57º | 0.72% | 0.15% | - |
| HSV(B) | 38.57º | 0.84% | 0.26% | - |
| XYZ | 3.39 | 3.25 | 0.77 | - |
| YUV | 48.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 11 | 0 | 0.30 | 0.84 | 0.74 | 38.57 | 0.72 | 0.15 |
| Hex | 43 | 2F | B | 0 | 1E | 54 | 4A | 27 | 48 | F |
| Octal | 103 | 57 | 13 | 0 | 36 | 124 | 112 | 47 | 110 | 17 |
| Binary | 1000011 | 101111 | 1011 | 0 | 11110 | 1010100 | 1001010 | 100111 | 1001000 | 1111 |
Color Harmonies of #432F0B
Complementary color
Monochromatic Colors of #432F0B
Black with #432F0B
Text Example
Text Example
White with #432F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F0B; }
p { color: rgb(67,47,11); }
H1.HeaderClassName
{
color: #432F0B;
}
.AnyTagClassName
{
color: #432F0B;
}
</style>
background-color css
<style>
a { background-color: #432F0B; }
a { background-color: rgb(67,47,11); }
div.DivClassName
{
background-color: #432F0B;
}
.BgClassName
{
background-color: #432F0B;
}
</style>
border-color css
<style>
span { border-color: #432F0B; }
span { border-color: rgb(67,47,11); }
td.TdClassName
{
border-color: #432F0B;
}
.TagClassName
{
border-color: #432F0B;
}
</style>