Shades of Maire #38330A
Tints of Maire #38330A
RGB
CMYK
RGB Variations
Color information
#38330A (or 0x38330A) is known color: Maire. HEX triplet: 38, 33 and 0A. RGB value is (56,51,10). Sum of RGB (Red+Green+Blue) = 56+51+10=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38330A is #C7CCF5. Grayscale: #2F2F2F. Windows color (decimal): -13094134 or 668472. OLE color: 668472.
HSL color Cylindrical-coordinate representation of color #38330A: hue angle of 53.48º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38330A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 51 | 10 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.78 |
| HSL | 53.48º | 0.7% | 0.13% | - |
| HSV(B) | 53.48º | 0.82% | 0.22% | - |
| XYZ | 2.87 | 3.23 | 0.76 | - |
| YUV | 47.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 10 | 0 | 0.09 | 0.82 | 0.78 | 53.48 | 0.7 | 0.13 |
| Hex | 38 | 33 | A | 0 | 9 | 52 | 4E | 35 | 46 | D |
| Octal | 70 | 63 | 12 | 0 | 11 | 122 | 116 | 65 | 106 | 15 |
| Binary | 111000 | 110011 | 1010 | 0 | 1001 | 1010010 | 1001110 | 110101 | 1000110 | 1101 |
Color Harmonies of #38330A
Complementary color
Monochromatic Colors of #38330A
Black with #38330A
Text Example
Text Example
White with #38330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38330A; }
p { color: rgb(56,51,10); }
H1.HeaderClassName
{
color: #38330A;
}
.AnyTagClassName
{
color: #38330A;
}
</style>
background-color css
<style>
a { background-color: #38330A; }
a { background-color: rgb(56,51,10); }
div.DivClassName
{
background-color: #38330A;
}
.BgClassName
{
background-color: #38330A;
}
</style>
border-color css
<style>
span { border-color: #38330A; }
span { border-color: rgb(56,51,10); }
td.TdClassName
{
border-color: #38330A;
}
.TagClassName
{
border-color: #38330A;
}
</style>