Shades of Mikado #383016
Tints of Mikado #383016
RGB
CMYK
RGB Variations
Color information
#383016 (or 0x383016) is known color: Mikado. HEX triplet: 38, 30 and 16. RGB value is (56,48,22). Sum of RGB (Red+Green+Blue) = 56+48+22=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #383016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383016 is #C7CFE9. Grayscale: #2F2F2F. Windows color (decimal): -13094890 or 1454136. OLE color: 1454136.
HSL color Cylindrical-coordinate representation of color #383016: hue angle of 45.88º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383016 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 48 | 22 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.78 |
| HSL | 45.88º | 0.44% | 0.15% | - |
| HSV(B) | 45.88º | 0.61% | 0.22% | - |
| XYZ | 2.83 | 3.01 | 1.19 | - |
| YUV | 47.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 22 | 0 | 0.14 | 0.61 | 0.78 | 45.88 | 0.44 | 0.15 |
| Hex | 38 | 30 | 16 | 0 | E | 3D | 4E | 2E | 2C | F |
| Octal | 70 | 60 | 26 | 0 | 16 | 75 | 116 | 56 | 54 | 17 |
| Binary | 111000 | 110000 | 10110 | 0 | 1110 | 111101 | 1001110 | 101110 | 101100 | 1111 |
Color Harmonies of #383016
Complementary color
Monochromatic Colors of #383016
Black with #383016
Text Example
Text Example
White with #383016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383016; }
p { color: rgb(56,48,22); }
H1.HeaderClassName
{
color: #383016;
}
.AnyTagClassName
{
color: #383016;
}
</style>
background-color css
<style>
a { background-color: #383016; }
a { background-color: rgb(56,48,22); }
div.DivClassName
{
background-color: #383016;
}
.BgClassName
{
background-color: #383016;
}
</style>
border-color css
<style>
span { border-color: #383016; }
span { border-color: rgb(56,48,22); }
td.TdClassName
{
border-color: #383016;
}
.TagClassName
{
border-color: #383016;
}
</style>