Shades of Mikado #432D05
Tints of Mikado #432D05
RGB
CMYK
RGB Variations
Color information
#432D05 (or 0x432D05) is known color: Mikado. HEX triplet: 43, 2D and 05. RGB value is (67,45,5). Sum of RGB (Red+Green+Blue) = 67+45+5=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #432D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D05 is #BCD2FA. Grayscale: #2F2F2F. Windows color (decimal): -12374779 or 339267. OLE color: 339267.
HSL color Cylindrical-coordinate representation of color #432D05: hue angle of 38.71º 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 #432D05 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 5 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.74 |
| HSL | 38.71º | 0.86% | 0.14% | - |
| HSV(B) | 38.71º | 0.93% | 0.26% | - |
| XYZ | 3.28 | 3.08 | 0.57 | - |
| YUV | 47.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 5 | 0 | 0.33 | 0.93 | 0.74 | 38.71 | 0.86 | 0.14 |
| Hex | 43 | 2D | 5 | 0 | 21 | 5D | 4A | 27 | 56 | E |
| Octal | 103 | 55 | 5 | 0 | 41 | 135 | 112 | 47 | 126 | 16 |
| Binary | 1000011 | 101101 | 101 | 0 | 100001 | 1011101 | 1001010 | 100111 | 1010110 | 1110 |
Color Harmonies of #432D05
Complementary color
Monochromatic Colors of #432D05
Black with #432D05
Text Example
Text Example
White with #432D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D05; }
p { color: rgb(67,45,5); }
H1.HeaderClassName
{
color: #432D05;
}
.AnyTagClassName
{
color: #432D05;
}
</style>
background-color css
<style>
a { background-color: #432D05; }
a { background-color: rgb(67,45,5); }
div.DivClassName
{
background-color: #432D05;
}
.BgClassName
{
background-color: #432D05;
}
</style>
border-color css
<style>
span { border-color: #432D05; }
span { border-color: rgb(67,45,5); }
td.TdClassName
{
border-color: #432D05;
}
.TagClassName
{
border-color: #432D05;
}
</style>