Shades of Mikado #43320C
Tints of Mikado #43320C
RGB
CMYK
RGB Variations
Color information
#43320C (or 0x43320C) is known color: Mikado. HEX triplet: 43, 32 and 0C. RGB value is (67,50,12). Sum of RGB (Red+Green+Blue) = 67+50+12=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #43320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43320C is #BCCDF3. Grayscale: #323232. Windows color (decimal): -12373492 or 799299. OLE color: 799299.
HSL color Cylindrical-coordinate representation of color #43320C: hue angle of 41.45º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43320C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 12 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.74 |
| HSL | 41.45º | 0.7% | 0.15% | - |
| HSV(B) | 41.45º | 0.82% | 0.26% | - |
| XYZ | 3.52 | 3.5 | 0.84 | - |
| YUV | 50.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 12 | 0 | 0.25 | 0.82 | 0.74 | 41.45 | 0.7 | 0.15 |
| Hex | 43 | 32 | C | 0 | 19 | 52 | 4A | 29 | 46 | F |
| Octal | 103 | 62 | 14 | 0 | 31 | 122 | 112 | 51 | 106 | 17 |
| Binary | 1000011 | 110010 | 1100 | 0 | 11001 | 1010010 | 1001010 | 101001 | 1000110 | 1111 |
Color Harmonies of #43320C
Complementary color
Monochromatic Colors of #43320C
Black with #43320C
Text Example
Text Example
White with #43320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43320C; }
p { color: rgb(67,50,12); }
H1.HeaderClassName
{
color: #43320C;
}
.AnyTagClassName
{
color: #43320C;
}
</style>
background-color css
<style>
a { background-color: #43320C; }
a { background-color: rgb(67,50,12); }
div.DivClassName
{
background-color: #43320C;
}
.BgClassName
{
background-color: #43320C;
}
</style>
border-color css
<style>
span { border-color: #43320C; }
span { border-color: rgb(67,50,12); }
td.TdClassName
{
border-color: #43320C;
}
.TagClassName
{
border-color: #43320C;
}
</style>