Shades of Mikado #43361F
Tints of Mikado #43361F
RGB
CMYK
RGB Variations
Color information
#43361F (or 0x43361F) is known color: Mikado. HEX triplet: 43, 36 and 1F. RGB value is (67,54,31). Sum of RGB (Red+Green+Blue) = 67+54+31=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #43361F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43361F is #BCC9E0. Grayscale: #373737. Windows color (decimal): -12372449 or 2045507. OLE color: 2045507.
HSL color Cylindrical-coordinate representation of color #43361F: hue angle of 38.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43361F is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 31 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.74 |
| HSL | 38.33º | 0.37% | 0.19% | - |
| HSV(B) | 38.33º | 0.54% | 0.26% | - |
| XYZ | 3.88 | 3.93 | 1.85 | - |
| YUV | 55.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 31 | 0 | 0.19 | 0.54 | 0.74 | 38.33 | 0.37 | 0.19 |
| Hex | 43 | 36 | 1F | 0 | 13 | 36 | 4A | 26 | 25 | 13 |
| Octal | 103 | 66 | 37 | 0 | 23 | 66 | 112 | 46 | 45 | 23 |
| Binary | 1000011 | 110110 | 11111 | 0 | 10011 | 110110 | 1001010 | 100110 | 100101 | 10011 |
Color Harmonies of #43361F
Complementary color
Monochromatic Colors of #43361F
Black with #43361F
Text Example
Text Example
White with #43361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43361F; }
p { color: rgb(67,54,31); }
H1.HeaderClassName
{
color: #43361F;
}
.AnyTagClassName
{
color: #43361F;
}
</style>
background-color css
<style>
a { background-color: #43361F; }
a { background-color: rgb(67,54,31); }
div.DivClassName
{
background-color: #43361F;
}
.BgClassName
{
background-color: #43361F;
}
</style>
border-color css
<style>
span { border-color: #43361F; }
span { border-color: rgb(67,54,31); }
td.TdClassName
{
border-color: #43361F;
}
.TagClassName
{
border-color: #43361F;
}
</style>