Shades of Mikado #43330A
Tints of Mikado #43330A
RGB
CMYK
RGB Variations
Color information
#43330A (or 0x43330A) is known color: Mikado. HEX triplet: 43, 33 and 0A. RGB value is (67,51,10). Sum of RGB (Red+Green+Blue) = 67+51+10=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #43330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43330A is #BCCCF5. Grayscale: #333333. Windows color (decimal): -12373238 or 668483. OLE color: 668483.
HSL color Cylindrical-coordinate representation of color #43330A: hue angle of 43.16º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43330A is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 51 | 10 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.74 |
| HSL | 43.16º | 0.74% | 0.15% | - |
| HSV(B) | 43.16º | 0.85% | 0.26% | - |
| XYZ | 3.55 | 3.58 | 0.79 | - |
| YUV | 51.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 10 | 0 | 0.24 | 0.85 | 0.74 | 43.16 | 0.74 | 0.15 |
| Hex | 43 | 33 | A | 0 | 18 | 55 | 4A | 2B | 4A | F |
| Octal | 103 | 63 | 12 | 0 | 30 | 125 | 112 | 53 | 112 | 17 |
| Binary | 1000011 | 110011 | 1010 | 0 | 11000 | 1010101 | 1001010 | 101011 | 1001010 | 1111 |
Color Harmonies of #43330A
Complementary color
Monochromatic Colors of #43330A
Black with #43330A
Text Example
Text Example
White with #43330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43330A; }
p { color: rgb(67,51,10); }
H1.HeaderClassName
{
color: #43330A;
}
.AnyTagClassName
{
color: #43330A;
}
</style>
background-color css
<style>
a { background-color: #43330A; }
a { background-color: rgb(67,51,10); }
div.DivClassName
{
background-color: #43330A;
}
.BgClassName
{
background-color: #43330A;
}
</style>
border-color css
<style>
span { border-color: #43330A; }
span { border-color: rgb(67,51,10); }
td.TdClassName
{
border-color: #43330A;
}
.TagClassName
{
border-color: #43330A;
}
</style>