Shades of Maire #383107
Tints of Maire #383107
RGB
CMYK
RGB Variations
Color information
#383107 (or 0x383107) is known color: Maire. HEX triplet: 38, 31 and 07. RGB value is (56,49,7). Sum of RGB (Red+Green+Blue) = 56+49+7=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #383107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383107 is #C7CEF8. Grayscale: #2E2E2E. Windows color (decimal): -13094649 or 471352. OLE color: 471352.
HSL color Cylindrical-coordinate representation of color #383107: hue angle of 51.43º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #383107 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 49 | 7 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.78 |
| HSL | 51.43º | 0.78% | 0.12% | - |
| HSV(B) | 51.43º | 0.88% | 0.22% | - |
| XYZ | 2.77 | 3.05 | 0.64 | - |
| YUV | 46.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 49 | 7 | 0 | 0.12 | 0.88 | 0.78 | 51.43 | 0.78 | 0.12 |
| Hex | 38 | 31 | 7 | 0 | C | 58 | 4E | 33 | 4E | C |
| Octal | 70 | 61 | 7 | 0 | 14 | 130 | 116 | 63 | 116 | 14 |
| Binary | 111000 | 110001 | 111 | 0 | 1100 | 1011000 | 1001110 | 110011 | 1001110 | 1100 |
Color Harmonies of #383107
Complementary color
Monochromatic Colors of #383107
Black with #383107
Text Example
Text Example
White with #383107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383107; }
p { color: rgb(56,49,7); }
H1.HeaderClassName
{
color: #383107;
}
.AnyTagClassName
{
color: #383107;
}
</style>
background-color css
<style>
a { background-color: #383107; }
a { background-color: rgb(56,49,7); }
div.DivClassName
{
background-color: #383107;
}
.BgClassName
{
background-color: #383107;
}
</style>
border-color css
<style>
span { border-color: #383107; }
span { border-color: rgb(56,49,7); }
td.TdClassName
{
border-color: #383107;
}
.TagClassName
{
border-color: #383107;
}
</style>