Shades of Maire #382E00
Tints of Maire #382E00
RGB
CMYK
RGB Variations
Color information
#382E00 (or 0x382E00) is known color: Maire. HEX triplet: 38, 2E and 00. RGB value is (56,46,0). Sum of RGB (Red+Green+Blue) = 56+46+0=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382E00 is #C7D1FF. Grayscale: #2B2B2B. Windows color (decimal): -13095424 or 11832. OLE color: 11832.
HSL color Cylindrical-coordinate representation of color #382E00: hue angle of 49.29º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #382E00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 46 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.78 |
| HSL | 49.29º | 1% | 0.11% | - |
| HSV(B) | 49.29º | 1% | 0.22% | - |
| XYZ | 2.61 | 2.79 | 0.4 | - |
| YUV | 43.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 0 | 0 | 0.18 | 1 | 0.78 | 49.29 | 1 | 0.11 |
| Hex | 38 | 2E | 0 | 0 | 12 | 64 | 4E | 31 | 64 | B |
| Octal | 70 | 56 | 0 | 0 | 22 | 144 | 116 | 61 | 144 | 13 |
| Binary | 111000 | 101110 | 0 | 0 | 10010 | 1100100 | 1001110 | 110001 | 1100100 | 1011 |
Color Harmonies of #382E00
Complementary color
Monochromatic Colors of #382E00
Black with #382E00
Text Example
Text Example
White with #382E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382E00; }
p { color: rgb(56,46,0); }
H1.HeaderClassName
{
color: #382E00;
}
.AnyTagClassName
{
color: #382E00;
}
</style>
background-color css
<style>
a { background-color: #382E00; }
a { background-color: rgb(56,46,0); }
div.DivClassName
{
background-color: #382E00;
}
.BgClassName
{
background-color: #382E00;
}
</style>
border-color css
<style>
span { border-color: #382E00; }
span { border-color: rgb(56,46,0); }
td.TdClassName
{
border-color: #382E00;
}
.TagClassName
{
border-color: #382E00;
}
</style>