Shades of Mikado #442F08
Tints of Mikado #442F08
RGB
CMYK
RGB Variations
Color information
#442F08 (or 0x442F08) is known color: Mikado. HEX triplet: 44, 2F and 08. RGB value is (68,47,8). Sum of RGB (Red+Green+Blue) = 68+47+8=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F08 is #BBD0F7. Grayscale: #313131. Windows color (decimal): -12308728 or 536388. OLE color: 536388.
HSL color Cylindrical-coordinate representation of color #442F08: hue angle of 39º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #442F08 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 8 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.73 |
| HSL | 39º | 0.79% | 0.15% | - |
| HSV(B) | 39º | 0.88% | 0.27% | - |
| XYZ | 3.44 | 3.28 | 0.68 | - |
| YUV | 48.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 8 | 0 | 0.31 | 0.88 | 0.73 | 39 | 0.79 | 0.15 |
| Hex | 44 | 2F | 8 | 0 | 1F | 58 | 49 | 27 | 4F | F |
| Octal | 104 | 57 | 10 | 0 | 37 | 130 | 111 | 47 | 117 | 17 |
| Binary | 1000100 | 101111 | 1000 | 0 | 11111 | 1011000 | 1001001 | 100111 | 1001111 | 1111 |
Color Harmonies of #442F08
Complementary color
Monochromatic Colors of #442F08
Black with #442F08
Text Example
Text Example
White with #442F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F08; }
p { color: rgb(68,47,8); }
H1.HeaderClassName
{
color: #442F08;
}
.AnyTagClassName
{
color: #442F08;
}
</style>
background-color css
<style>
a { background-color: #442F08; }
a { background-color: rgb(68,47,8); }
div.DivClassName
{
background-color: #442F08;
}
.BgClassName
{
background-color: #442F08;
}
</style>
border-color css
<style>
span { border-color: #442F08; }
span { border-color: rgb(68,47,8); }
td.TdClassName
{
border-color: #442F08;
}
.TagClassName
{
border-color: #442F08;
}
</style>