Shades of Mikado #44320F
Tints of Mikado #44320F
RGB
CMYK
RGB Variations
Color information
#44320F (or 0x44320F) is known color: Mikado. HEX triplet: 44, 32 and 0F. RGB value is (68,50,15). Sum of RGB (Red+Green+Blue) = 68+50+15=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44320F is #BBCDF0. Grayscale: #333333. Windows color (decimal): -12307953 or 995908. OLE color: 995908.
HSL color Cylindrical-coordinate representation of color #44320F: hue angle of 39.62º 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 #44320F is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 50 | 15 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.73 |
| HSL | 39.62º | 0.64% | 0.16% | - |
| HSV(B) | 39.62º | 0.78% | 0.27% | - |
| XYZ | 3.61 | 3.54 | 0.95 | - |
| YUV | 51.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 15 | 0 | 0.26 | 0.78 | 0.73 | 39.62 | 0.64 | 0.16 |
| Hex | 44 | 32 | F | 0 | 1A | 4E | 49 | 28 | 40 | 10 |
| Octal | 104 | 62 | 17 | 0 | 32 | 116 | 111 | 50 | 100 | 20 |
| Binary | 1000100 | 110010 | 1111 | 0 | 11010 | 1001110 | 1001001 | 101000 | 1000000 | 10000 |
Color Harmonies of #44320F
Complementary color
Monochromatic Colors of #44320F
Black with #44320F
Text Example
Text Example
White with #44320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44320F; }
p { color: rgb(68,50,15); }
H1.HeaderClassName
{
color: #44320F;
}
.AnyTagClassName
{
color: #44320F;
}
</style>
background-color css
<style>
a { background-color: #44320F; }
a { background-color: rgb(68,50,15); }
div.DivClassName
{
background-color: #44320F;
}
.BgClassName
{
background-color: #44320F;
}
</style>
border-color css
<style>
span { border-color: #44320F; }
span { border-color: rgb(68,50,15); }
td.TdClassName
{
border-color: #44320F;
}
.TagClassName
{
border-color: #44320F;
}
</style>