Shades of Maire #38310D
Tints of Maire #38310D
RGB
CMYK
RGB Variations
Color information
#38310D (or 0x38310D) is known color: Maire. HEX triplet: 38, 31 and 0D. RGB value is (56,49,13). Sum of RGB (Red+Green+Blue) = 56+49+13=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38310D is #C7CEF2. Grayscale: #2F2F2F. Windows color (decimal): -13094643 or 864568. OLE color: 864568.
HSL color Cylindrical-coordinate representation of color #38310D: hue angle of 50.23º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38310D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 49 | 13 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.78 |
| HSL | 50.23º | 0.62% | 0.14% | - |
| HSV(B) | 50.23º | 0.77% | 0.22% | - |
| XYZ | 2.8 | 3.07 | 0.82 | - |
| YUV | 46.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 13 | 0 | 0.12 | 0.77 | 0.78 | 50.23 | 0.62 | 0.14 |
| Hex | 38 | 31 | D | 0 | C | 4D | 4E | 32 | 3E | E |
| Octal | 70 | 61 | 15 | 0 | 14 | 115 | 116 | 62 | 76 | 16 |
| Binary | 111000 | 110001 | 1101 | 0 | 1100 | 1001101 | 1001110 | 110010 | 111110 | 1110 |
Color Harmonies of #38310D
Complementary color
Monochromatic Colors of #38310D
Black with #38310D
Text Example
Text Example
White with #38310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38310D; }
p { color: rgb(56,49,13); }
H1.HeaderClassName
{
color: #38310D;
}
.AnyTagClassName
{
color: #38310D;
}
</style>
background-color css
<style>
a { background-color: #38310D; }
a { background-color: rgb(56,49,13); }
div.DivClassName
{
background-color: #38310D;
}
.BgClassName
{
background-color: #38310D;
}
</style>
border-color css
<style>
span { border-color: #38310D; }
span { border-color: rgb(56,49,13); }
td.TdClassName
{
border-color: #38310D;
}
.TagClassName
{
border-color: #38310D;
}
</style>