Shades of Mikado #432B03
Tints of Mikado #432B03
RGB
CMYK
RGB Variations
Color information
#432B03 (or 0x432B03) is known color: Mikado. HEX triplet: 43, 2B and 03. RGB value is (67,43,3). Sum of RGB (Red+Green+Blue) = 67+43+3=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #432B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432B03 is #BCD4FC. Grayscale: #2D2D2D. Windows color (decimal): -12375293 or 207683. OLE color: 207683.
HSL color Cylindrical-coordinate representation of color #432B03: hue angle of 37.5º 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 #432B03 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 3 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.74 |
| HSL | 37.5º | 0.91% | 0.14% | - |
| HSV(B) | 37.5º | 0.96% | 0.26% | - |
| XYZ | 3.2 | 2.93 | 0.48 | - |
| YUV | 45.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 3 | 0 | 0.36 | 0.96 | 0.74 | 37.5 | 0.91 | 0.14 |
| Hex | 43 | 2B | 3 | 0 | 24 | 60 | 4A | 26 | 5B | E |
| Octal | 103 | 53 | 3 | 0 | 44 | 140 | 112 | 46 | 133 | 16 |
| Binary | 1000011 | 101011 | 11 | 0 | 100100 | 1100000 | 1001010 | 100110 | 1011011 | 1110 |
Color Harmonies of #432B03
Complementary color
Monochromatic Colors of #432B03
Black with #432B03
Text Example
Text Example
White with #432B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B03; }
p { color: rgb(67,43,3); }
H1.HeaderClassName
{
color: #432B03;
}
.AnyTagClassName
{
color: #432B03;
}
</style>
background-color css
<style>
a { background-color: #432B03; }
a { background-color: rgb(67,43,3); }
div.DivClassName
{
background-color: #432B03;
}
.BgClassName
{
background-color: #432B03;
}
</style>
border-color css
<style>
span { border-color: #432B03; }
span { border-color: rgb(67,43,3); }
td.TdClassName
{
border-color: #432B03;
}
.TagClassName
{
border-color: #432B03;
}
</style>