Shades of Mikado #432D00
Tints of Mikado #432D00
RGB
CMYK
RGB Variations
Color information
#432D00 (or 0x432D00) is known color: Mikado. HEX triplet: 43, 2D and 00. RGB value is (67,45,0). Sum of RGB (Red+Green+Blue) = 67+45+0=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #432D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D00 is #BCD2FF. Grayscale: #2E2E2E. Windows color (decimal): -12374784 or 11587. OLE color: 11587.
HSL color Cylindrical-coordinate representation of color #432D00: hue angle of 40.3º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #432D00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.74 |
| HSL | 40.3º | 1% | 0.13% | - |
| HSV(B) | 40.3º | 1% | 0.26% | - |
| XYZ | 3.25 | 3.07 | 0.42 | - |
| YUV | 46.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 0 | 0 | 0.33 | 1 | 0.74 | 40.3 | 1 | 0.13 |
| Hex | 43 | 2D | 0 | 0 | 21 | 64 | 4A | 28 | 64 | D |
| Octal | 103 | 55 | 0 | 0 | 41 | 144 | 112 | 50 | 144 | 15 |
| Binary | 1000011 | 101101 | 0 | 0 | 100001 | 1100100 | 1001010 | 101000 | 1100100 | 1101 |
Color Harmonies of #432D00
Complementary color
Monochromatic Colors of #432D00
Black with #432D00
Text Example
Text Example
White with #432D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D00; }
p { color: rgb(67,45,0); }
H1.HeaderClassName
{
color: #432D00;
}
.AnyTagClassName
{
color: #432D00;
}
</style>
background-color css
<style>
a { background-color: #432D00; }
a { background-color: rgb(67,45,0); }
div.DivClassName
{
background-color: #432D00;
}
.BgClassName
{
background-color: #432D00;
}
</style>
border-color css
<style>
span { border-color: #432D00; }
span { border-color: rgb(67,45,0); }
td.TdClassName
{
border-color: #432D00;
}
.TagClassName
{
border-color: #432D00;
}
</style>