Shades of Mikado #383116
Tints of Mikado #383116
RGB
CMYK
RGB Variations
Color information
#383116 (or 0x383116) is known color: Mikado. HEX triplet: 38, 31 and 16. RGB value is (56,49,22). Sum of RGB (Red+Green+Blue) = 56+49+22=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #383116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383116 is #C7CEE9. Grayscale: #303030. Windows color (decimal): -13094634 or 1454392. OLE color: 1454392.
HSL color Cylindrical-coordinate representation of color #383116: hue angle of 47.65º 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 #383116 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 49 | 22 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.78 |
| HSL | 47.65º | 0.44% | 0.15% | - |
| HSV(B) | 47.65º | 0.61% | 0.22% | - |
| XYZ | 2.87 | 3.1 | 1.21 | - |
| YUV | 48.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 22 | 0 | 0.12 | 0.61 | 0.78 | 47.65 | 0.44 | 0.15 |
| Hex | 38 | 31 | 16 | 0 | C | 3D | 4E | 30 | 2C | F |
| Octal | 70 | 61 | 26 | 0 | 14 | 75 | 116 | 60 | 54 | 17 |
| Binary | 111000 | 110001 | 10110 | 0 | 1100 | 111101 | 1001110 | 110000 | 101100 | 1111 |
Color Harmonies of #383116
Complementary color
Monochromatic Colors of #383116
Black with #383116
Text Example
Text Example
White with #383116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383116; }
p { color: rgb(56,49,22); }
H1.HeaderClassName
{
color: #383116;
}
.AnyTagClassName
{
color: #383116;
}
</style>
background-color css
<style>
a { background-color: #383116; }
a { background-color: rgb(56,49,22); }
div.DivClassName
{
background-color: #383116;
}
.BgClassName
{
background-color: #383116;
}
</style>
border-color css
<style>
span { border-color: #383116; }
span { border-color: rgb(56,49,22); }
td.TdClassName
{
border-color: #383116;
}
.TagClassName
{
border-color: #383116;
}
</style>