Shades of Mikado #43360A
Tints of Mikado #43360A
RGB
CMYK
RGB Variations
Color information
#43360A (or 0x43360A) is known color: Mikado. HEX triplet: 43, 36 and 0A. RGB value is (67,54,10). Sum of RGB (Red+Green+Blue) = 67+54+10=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 54 (21.48% from 255 or 41.22% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43360A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43360A is #BCC9F5. Grayscale: #353535. Windows color (decimal): -12372470 or 669251. OLE color: 669251.
HSL color Cylindrical-coordinate representation of color #43360A: hue angle of 46.32º 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 #43360A is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 10 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.74 |
| HSL | 46.32º | 0.74% | 0.15% | - |
| HSV(B) | 46.32º | 0.85% | 0.26% | - |
| XYZ | 3.69 | 3.85 | 0.84 | - |
| YUV | 52.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 10 | 0 | 0.19 | 0.85 | 0.74 | 46.32 | 0.74 | 0.15 |
| Hex | 43 | 36 | A | 0 | 13 | 55 | 4A | 2E | 4A | F |
| Octal | 103 | 66 | 12 | 0 | 23 | 125 | 112 | 56 | 112 | 17 |
| Binary | 1000011 | 110110 | 1010 | 0 | 10011 | 1010101 | 1001010 | 101110 | 1001010 | 1111 |
Color Harmonies of #43360A
Complementary color
Monochromatic Colors of #43360A
Black with #43360A
Text Example
Text Example
White with #43360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43360A; }
p { color: rgb(67,54,10); }
H1.HeaderClassName
{
color: #43360A;
}
.AnyTagClassName
{
color: #43360A;
}
</style>
background-color css
<style>
a { background-color: #43360A; }
a { background-color: rgb(67,54,10); }
div.DivClassName
{
background-color: #43360A;
}
.BgClassName
{
background-color: #43360A;
}
</style>
border-color css
<style>
span { border-color: #43360A; }
span { border-color: rgb(67,54,10); }
td.TdClassName
{
border-color: #43360A;
}
.TagClassName
{
border-color: #43360A;
}
</style>