Shades of Mikado #432F08
Tints of Mikado #432F08
RGB
CMYK
RGB Variations
Color information
#432F08 (or 0x432F08) is known color: Mikado. HEX triplet: 43, 2F and 08. RGB value is (67,47,8). Sum of RGB (Red+Green+Blue) = 67+47+8=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F08 is #BCD0F7. Grayscale: #303030. Windows color (decimal): -12374264 or 536387. OLE color: 536387.
HSL color Cylindrical-coordinate representation of color #432F08: hue angle of 39.66º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #432F08 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 8 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.74 |
| HSL | 39.66º | 0.79% | 0.15% | - |
| HSV(B) | 39.66º | 0.88% | 0.26% | - |
| XYZ | 3.38 | 3.24 | 0.68 | - |
| YUV | 48.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 8 | 0 | 0.30 | 0.88 | 0.74 | 39.66 | 0.79 | 0.15 |
| Hex | 43 | 2F | 8 | 0 | 1E | 58 | 4A | 28 | 4F | F |
| Octal | 103 | 57 | 10 | 0 | 36 | 130 | 112 | 50 | 117 | 17 |
| Binary | 1000011 | 101111 | 1000 | 0 | 11110 | 1011000 | 1001010 | 101000 | 1001111 | 1111 |
Color Harmonies of #432F08
Complementary color
Monochromatic Colors of #432F08
Black with #432F08
Text Example
Text Example
White with #432F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F08; }
p { color: rgb(67,47,8); }
H1.HeaderClassName
{
color: #432F08;
}
.AnyTagClassName
{
color: #432F08;
}
</style>
background-color css
<style>
a { background-color: #432F08; }
a { background-color: rgb(67,47,8); }
div.DivClassName
{
background-color: #432F08;
}
.BgClassName
{
background-color: #432F08;
}
</style>
border-color css
<style>
span { border-color: #432F08; }
span { border-color: rgb(67,47,8); }
td.TdClassName
{
border-color: #432F08;
}
.TagClassName
{
border-color: #432F08;
}
</style>