Shades of Mikado #43360B
Tints of Mikado #43360B
RGB
CMYK
RGB Variations
Color information
#43360B (or 0x43360B) is known color: Mikado. HEX triplet: 43, 36 and 0B. RGB value is (67,54,11). Sum of RGB (Red+Green+Blue) = 67+54+11=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43360B is #BCC9F4. Grayscale: #353535. Windows color (decimal): -12372469 or 734787. OLE color: 734787.
HSL color Cylindrical-coordinate representation of color #43360B: hue angle of 46.07º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43360B is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 11 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.74 |
| HSL | 46.07º | 0.72% | 0.15% | - |
| HSV(B) | 46.07º | 0.84% | 0.26% | - |
| XYZ | 3.69 | 3.86 | 0.87 | - |
| YUV | 52.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 11 | 0 | 0.19 | 0.84 | 0.74 | 46.07 | 0.72 | 0.15 |
| Hex | 43 | 36 | B | 0 | 13 | 54 | 4A | 2E | 48 | F |
| Octal | 103 | 66 | 13 | 0 | 23 | 124 | 112 | 56 | 110 | 17 |
| Binary | 1000011 | 110110 | 1011 | 0 | 10011 | 1010100 | 1001010 | 101110 | 1001000 | 1111 |
Color Harmonies of #43360B
Complementary color
Monochromatic Colors of #43360B
Black with #43360B
Text Example
Text Example
White with #43360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43360B; }
p { color: rgb(67,54,11); }
H1.HeaderClassName
{
color: #43360B;
}
.AnyTagClassName
{
color: #43360B;
}
</style>
background-color css
<style>
a { background-color: #43360B; }
a { background-color: rgb(67,54,11); }
div.DivClassName
{
background-color: #43360B;
}
.BgClassName
{
background-color: #43360B;
}
</style>
border-color css
<style>
span { border-color: #43360B; }
span { border-color: rgb(67,54,11); }
td.TdClassName
{
border-color: #43360B;
}
.TagClassName
{
border-color: #43360B;
}
</style>