Shades of Mikado #43350A
Tints of Mikado #43350A
RGB
CMYK
RGB Variations
Color information
#43350A (or 0x43350A) is known color: Mikado. HEX triplet: 43, 35 and 0A. RGB value is (67,53,10). Sum of RGB (Red+Green+Blue) = 67+53+10=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #43350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43350A is #BCCAF5. Grayscale: #343434. Windows color (decimal): -12372726 or 668995. OLE color: 668995.
HSL color Cylindrical-coordinate representation of color #43350A: hue angle of 45.26º 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 #43350A is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 10 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.74 |
| HSL | 45.26º | 0.74% | 0.15% | - |
| HSV(B) | 45.26º | 0.85% | 0.26% | - |
| XYZ | 3.64 | 3.76 | 0.82 | - |
| YUV | 52.28 | 104.14 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 10 | 0 | 0.21 | 0.85 | 0.74 | 45.26 | 0.74 | 0.15 |
| Hex | 43 | 35 | A | 0 | 15 | 55 | 4A | 2D | 4A | F |
| Octal | 103 | 65 | 12 | 0 | 25 | 125 | 112 | 55 | 112 | 17 |
| Binary | 1000011 | 110101 | 1010 | 0 | 10101 | 1010101 | 1001010 | 101101 | 1001010 | 1111 |
Color Harmonies of #43350A
Complementary color
Monochromatic Colors of #43350A
Black with #43350A
Text Example
Text Example
White with #43350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43350A; }
p { color: rgb(67,53,10); }
H1.HeaderClassName
{
color: #43350A;
}
.AnyTagClassName
{
color: #43350A;
}
</style>
background-color css
<style>
a { background-color: #43350A; }
a { background-color: rgb(67,53,10); }
div.DivClassName
{
background-color: #43350A;
}
.BgClassName
{
background-color: #43350A;
}
</style>
border-color css
<style>
span { border-color: #43350A; }
span { border-color: rgb(67,53,10); }
td.TdClassName
{
border-color: #43350A;
}
.TagClassName
{
border-color: #43350A;
}
</style>