Shades of Mikado #432D02
Tints of Mikado #432D02
RGB
CMYK
RGB Variations
Color information
#432D02 (or 0x432D02) is known color: Mikado. HEX triplet: 43, 2D and 02. RGB value is (67,45,2). Sum of RGB (Red+Green+Blue) = 67+45+2=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #432D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D02 is #BCD2FD. Grayscale: #2E2E2E. Windows color (decimal): -12374782 or 142659. OLE color: 142659.
HSL color Cylindrical-coordinate representation of color #432D02: hue angle of 39.69º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #432D02 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 2 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.74 |
| HSL | 39.69º | 0.94% | 0.14% | - |
| HSV(B) | 39.69º | 0.97% | 0.26% | - |
| XYZ | 3.26 | 3.07 | 0.48 | - |
| YUV | 46.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 2 | 0 | 0.33 | 0.97 | 0.74 | 39.69 | 0.94 | 0.14 |
| Hex | 43 | 2D | 2 | 0 | 21 | 61 | 4A | 28 | 5E | E |
| Octal | 103 | 55 | 2 | 0 | 41 | 141 | 112 | 50 | 136 | 16 |
| Binary | 1000011 | 101101 | 10 | 0 | 100001 | 1100001 | 1001010 | 101000 | 1011110 | 1110 |
Color Harmonies of #432D02
Complementary color
Monochromatic Colors of #432D02
Black with #432D02
Text Example
Text Example
White with #432D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D02; }
p { color: rgb(67,45,2); }
H1.HeaderClassName
{
color: #432D02;
}
.AnyTagClassName
{
color: #432D02;
}
</style>
background-color css
<style>
a { background-color: #432D02; }
a { background-color: rgb(67,45,2); }
div.DivClassName
{
background-color: #432D02;
}
.BgClassName
{
background-color: #432D02;
}
</style>
border-color css
<style>
span { border-color: #432D02; }
span { border-color: rgb(67,45,2); }
td.TdClassName
{
border-color: #432D02;
}
.TagClassName
{
border-color: #432D02;
}
</style>