Shades of Mikado #432D03
Tints of Mikado #432D03
RGB
CMYK
RGB Variations
Color information
#432D03 (or 0x432D03) is known color: Mikado. HEX triplet: 43, 2D and 03. RGB value is (67,45,3). Sum of RGB (Red+Green+Blue) = 67+45+3=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #432D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432D03 is #BCD2FC. Grayscale: #2E2E2E. Windows color (decimal): -12374781 or 208195. OLE color: 208195.
HSL color Cylindrical-coordinate representation of color #432D03: hue angle of 39.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #432D03 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 45 | 3 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.74 |
| HSL | 39.38º | 0.91% | 0.14% | - |
| HSV(B) | 39.38º | 0.96% | 0.26% | - |
| XYZ | 3.27 | 3.08 | 0.51 | - |
| YUV | 46.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 3 | 0 | 0.33 | 0.96 | 0.74 | 39.38 | 0.91 | 0.14 |
| Hex | 43 | 2D | 3 | 0 | 21 | 60 | 4A | 27 | 5B | E |
| Octal | 103 | 55 | 3 | 0 | 41 | 140 | 112 | 47 | 133 | 16 |
| Binary | 1000011 | 101101 | 11 | 0 | 100001 | 1100000 | 1001010 | 100111 | 1011011 | 1110 |
Color Harmonies of #432D03
Complementary color
Monochromatic Colors of #432D03
Black with #432D03
Text Example
Text Example
White with #432D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D03; }
p { color: rgb(67,45,3); }
H1.HeaderClassName
{
color: #432D03;
}
.AnyTagClassName
{
color: #432D03;
}
</style>
background-color css
<style>
a { background-color: #432D03; }
a { background-color: rgb(67,45,3); }
div.DivClassName
{
background-color: #432D03;
}
.BgClassName
{
background-color: #432D03;
}
</style>
border-color css
<style>
span { border-color: #432D03; }
span { border-color: rgb(67,45,3); }
td.TdClassName
{
border-color: #432D03;
}
.TagClassName
{
border-color: #432D03;
}
</style>