Shades of Mikado #43300F
Tints of Mikado #43300F
RGB
CMYK
RGB Variations
Color information
#43300F (or 0x43300F) is known color: Mikado. HEX triplet: 43, 30 and 0F. RGB value is (67,48,15). Sum of RGB (Red+Green+Blue) = 67+48+15=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #43300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43300F is #BCCFF0. Grayscale: #323232. Windows color (decimal): -12374001 or 995395. OLE color: 995395.
HSL color Cylindrical-coordinate representation of color #43300F: hue angle of 38.08º 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 #43300F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 48 | 15 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.74 |
| HSL | 38.08º | 0.63% | 0.16% | - |
| HSV(B) | 38.08º | 0.78% | 0.26% | - |
| XYZ | 3.46 | 3.34 | 0.91 | - |
| YUV | 49.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 15 | 0 | 0.28 | 0.78 | 0.74 | 38.08 | 0.63 | 0.16 |
| Hex | 43 | 30 | F | 0 | 1C | 4E | 4A | 26 | 3F | 10 |
| Octal | 103 | 60 | 17 | 0 | 34 | 116 | 112 | 46 | 77 | 20 |
| Binary | 1000011 | 110000 | 1111 | 0 | 11100 | 1001110 | 1001010 | 100110 | 111111 | 10000 |
Color Harmonies of #43300F
Complementary color
Monochromatic Colors of #43300F
Black with #43300F
Text Example
Text Example
White with #43300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43300F; }
p { color: rgb(67,48,15); }
H1.HeaderClassName
{
color: #43300F;
}
.AnyTagClassName
{
color: #43300F;
}
</style>
background-color css
<style>
a { background-color: #43300F; }
a { background-color: rgb(67,48,15); }
div.DivClassName
{
background-color: #43300F;
}
.BgClassName
{
background-color: #43300F;
}
</style>
border-color css
<style>
span { border-color: #43300F; }
span { border-color: rgb(67,48,15); }
td.TdClassName
{
border-color: #43300F;
}
.TagClassName
{
border-color: #43300F;
}
</style>