Shades of Mikado #43310F
Tints of Mikado #43310F
RGB
CMYK
RGB Variations
Color information
#43310F (or 0x43310F) is known color: Mikado. HEX triplet: 43, 31 and 0F. RGB value is (67,49,15). Sum of RGB (Red+Green+Blue) = 67+49+15=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #43310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43310F is #BCCEF0. Grayscale: #323232. Windows color (decimal): -12373745 or 995651. OLE color: 995651.
HSL color Cylindrical-coordinate representation of color #43310F: hue angle of 39.23º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43310F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 49 | 15 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.74 |
| HSL | 39.23º | 0.63% | 0.16% | - |
| HSV(B) | 39.23º | 0.78% | 0.26% | - |
| XYZ | 3.5 | 3.42 | 0.93 | - |
| YUV | 50.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 49 | 15 | 0 | 0.27 | 0.78 | 0.74 | 39.23 | 0.63 | 0.16 |
| Hex | 43 | 31 | F | 0 | 1B | 4E | 4A | 27 | 3F | 10 |
| Octal | 103 | 61 | 17 | 0 | 33 | 116 | 112 | 47 | 77 | 20 |
| Binary | 1000011 | 110001 | 1111 | 0 | 11011 | 1001110 | 1001010 | 100111 | 111111 | 10000 |
Color Harmonies of #43310F
Complementary color
Monochromatic Colors of #43310F
Black with #43310F
Text Example
Text Example
White with #43310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43310F; }
p { color: rgb(67,49,15); }
H1.HeaderClassName
{
color: #43310F;
}
.AnyTagClassName
{
color: #43310F;
}
</style>
background-color css
<style>
a { background-color: #43310F; }
a { background-color: rgb(67,49,15); }
div.DivClassName
{
background-color: #43310F;
}
.BgClassName
{
background-color: #43310F;
}
</style>
border-color css
<style>
span { border-color: #43310F; }
span { border-color: rgb(67,49,15); }
td.TdClassName
{
border-color: #43310F;
}
.TagClassName
{
border-color: #43310F;
}
</style>