Shades of Mikado #432F05
Tints of Mikado #432F05
RGB
CMYK
RGB Variations
Color information
#432F05 (or 0x432F05) is known color: Mikado. HEX triplet: 43, 2F and 05. RGB value is (67,47,5). Sum of RGB (Red+Green+Blue) = 67+47+5=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #432F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F05 is #BCD0FA. Grayscale: #303030. Windows color (decimal): -12374267 or 339779. OLE color: 339779.
HSL color Cylindrical-coordinate representation of color #432F05: hue angle of 40.65º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #432F05 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 5 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.74 |
| HSL | 40.65º | 0.86% | 0.14% | - |
| HSV(B) | 40.65º | 0.93% | 0.26% | - |
| XYZ | 3.36 | 3.24 | 0.59 | - |
| YUV | 48.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 5 | 0 | 0.30 | 0.93 | 0.74 | 40.65 | 0.86 | 0.14 |
| Hex | 43 | 2F | 5 | 0 | 1E | 5D | 4A | 29 | 56 | E |
| Octal | 103 | 57 | 5 | 0 | 36 | 135 | 112 | 51 | 126 | 16 |
| Binary | 1000011 | 101111 | 101 | 0 | 11110 | 1011101 | 1001010 | 101001 | 1010110 | 1110 |
Color Harmonies of #432F05
Complementary color
Monochromatic Colors of #432F05
Black with #432F05
Text Example
Text Example
White with #432F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F05; }
p { color: rgb(67,47,5); }
H1.HeaderClassName
{
color: #432F05;
}
.AnyTagClassName
{
color: #432F05;
}
</style>
background-color css
<style>
a { background-color: #432F05; }
a { background-color: rgb(67,47,5); }
div.DivClassName
{
background-color: #432F05;
}
.BgClassName
{
background-color: #432F05;
}
</style>
border-color css
<style>
span { border-color: #432F05; }
span { border-color: rgb(67,47,5); }
td.TdClassName
{
border-color: #432F05;
}
.TagClassName
{
border-color: #432F05;
}
</style>