Shades of Mikado #382E13
Tints of Mikado #382E13
RGB
CMYK
RGB Variations
Color information
#382E13 (or 0x382E13) is known color: Mikado. HEX triplet: 38, 2E and 13. RGB value is (56,46,19). Sum of RGB (Red+Green+Blue) = 56+46+19=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 46 (18.36% from 255 or 38.02% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E13 is #C7D1EC. Grayscale: #2E2E2E. Windows color (decimal): -13095405 or 1257016. OLE color: 1257016.
HSL color Cylindrical-coordinate representation of color #382E13: hue angle of 43.78º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382E13 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 19 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.78 |
| HSL | 43.78º | 0.49% | 0.15% | - |
| HSV(B) | 43.78º | 0.66% | 0.22% | - |
| XYZ | 2.73 | 2.84 | 1.02 | - |
| YUV | 45.91 | 112.81 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 19 | 0 | 0.18 | 0.66 | 0.78 | 43.78 | 0.49 | 0.15 |
| Hex | 38 | 2E | 13 | 0 | 12 | 42 | 4E | 2C | 31 | F |
| Octal | 70 | 56 | 23 | 0 | 22 | 102 | 116 | 54 | 61 | 17 |
| Binary | 111000 | 101110 | 10011 | 0 | 10010 | 1000010 | 1001110 | 101100 | 110001 | 1111 |
Color Harmonies of #382E13
Complementary color
Monochromatic Colors of #382E13
Black with #382E13
Text Example
Text Example
White with #382E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E13; }
p { color: rgb(56,46,19); }
H1.HeaderClassName
{
color: #382E13;
}
.AnyTagClassName
{
color: #382E13;
}
</style>
background-color css
<style>
a { background-color: #382E13; }
a { background-color: rgb(56,46,19); }
div.DivClassName
{
background-color: #382E13;
}
.BgClassName
{
background-color: #382E13;
}
</style>
border-color css
<style>
span { border-color: #382E13; }
span { border-color: rgb(56,46,19); }
td.TdClassName
{
border-color: #382E13;
}
.TagClassName
{
border-color: #382E13;
}
</style>