Shades of Mikado #382D06
Tints of Mikado #382D06
RGB
CMYK
RGB Variations
Color information
#382D06 (or 0x382D06) is known color: Mikado. HEX triplet: 38, 2D and 06. RGB value is (56,45,6). Sum of RGB (Red+Green+Blue) = 56+45+6=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382D06 is #C7D2F9. Grayscale: #2C2C2C. Windows color (decimal): -13095674 or 404792. OLE color: 404792.
HSL color Cylindrical-coordinate representation of color #382D06: hue angle of 46.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #382D06 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 45 | 6 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.78 |
| HSL | 46.8º | 0.81% | 0.12% | - |
| HSV(B) | 46.8º | 0.89% | 0.22% | - |
| XYZ | 2.6 | 2.73 | 0.56 | - |
| YUV | 43.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 6 | 0 | 0.20 | 0.89 | 0.78 | 46.8 | 0.81 | 0.12 |
| Hex | 38 | 2D | 6 | 0 | 14 | 59 | 4E | 2F | 51 | C |
| Octal | 70 | 55 | 6 | 0 | 24 | 131 | 116 | 57 | 121 | 14 |
| Binary | 111000 | 101101 | 110 | 0 | 10100 | 1011001 | 1001110 | 101111 | 1010001 | 1100 |
Color Harmonies of #382D06
Complementary color
Monochromatic Colors of #382D06
Black with #382D06
Text Example
Text Example
White with #382D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382D06; }
p { color: rgb(56,45,6); }
H1.HeaderClassName
{
color: #382D06;
}
.AnyTagClassName
{
color: #382D06;
}
</style>
background-color css
<style>
a { background-color: #382D06; }
a { background-color: rgb(56,45,6); }
div.DivClassName
{
background-color: #382D06;
}
.BgClassName
{
background-color: #382D06;
}
</style>
border-color css
<style>
span { border-color: #382D06; }
span { border-color: rgb(56,45,6); }
td.TdClassName
{
border-color: #382D06;
}
.TagClassName
{
border-color: #382D06;
}
</style>