Shades of Mikado #44300F
Tints of Mikado #44300F
RGB
CMYK
RGB Variations
Color information
#44300F (or 0x44300F) is known color: Mikado. HEX triplet: 44, 30 and 0F. RGB value is (68,48,15). Sum of RGB (Red+Green+Blue) = 68+48+15=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44300F is #BBCFF0. Grayscale: #323232. Windows color (decimal): -12308465 or 995396. OLE color: 995396.
HSL color Cylindrical-coordinate representation of color #44300F: hue angle of 37.36º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44300F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 48 | 15 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.73 |
| HSL | 37.36º | 0.64% | 0.16% | - |
| HSV(B) | 37.36º | 0.78% | 0.27% | - |
| XYZ | 3.53 | 3.38 | 0.92 | - |
| YUV | 50.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 15 | 0 | 0.29 | 0.78 | 0.73 | 37.36 | 0.64 | 0.16 |
| Hex | 44 | 30 | F | 0 | 1D | 4E | 49 | 25 | 40 | 10 |
| Octal | 104 | 60 | 17 | 0 | 35 | 116 | 111 | 45 | 100 | 20 |
| Binary | 1000100 | 110000 | 1111 | 0 | 11101 | 1001110 | 1001001 | 100101 | 1000000 | 10000 |
Color Harmonies of #44300F
Complementary color
Monochromatic Colors of #44300F
Black with #44300F
Text Example
Text Example
White with #44300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44300F; }
p { color: rgb(68,48,15); }
H1.HeaderClassName
{
color: #44300F;
}
.AnyTagClassName
{
color: #44300F;
}
</style>
background-color css
<style>
a { background-color: #44300F; }
a { background-color: rgb(68,48,15); }
div.DivClassName
{
background-color: #44300F;
}
.BgClassName
{
background-color: #44300F;
}
</style>
border-color css
<style>
span { border-color: #44300F; }
span { border-color: rgb(68,48,15); }
td.TdClassName
{
border-color: #44300F;
}
.TagClassName
{
border-color: #44300F;
}
</style>