Shades of Maire #35310C
Tints of Maire #35310C
RGB
CMYK
RGB Variations
Color information
#35310C (or 0x35310C) is known color: Maire. HEX triplet: 35, 31 and 0C. RGB value is (53,49,12). Sum of RGB (Red+Green+Blue) = 53+49+12=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35310C is #CACEF3. Grayscale: #2E2E2E. Windows color (decimal): -13291252 or 799029. OLE color: 799029.
HSL color Cylindrical-coordinate representation of color #35310C: hue angle of 54.15º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35310C is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 49 | 12 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.79 |
| HSL | 54.15º | 0.63% | 0.13% | - |
| HSV(B) | 54.15º | 0.77% | 0.21% | - |
| XYZ | 2.63 | 2.98 | 0.78 | - |
| YUV | 45.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 12 | 0 | 0.08 | 0.77 | 0.79 | 54.15 | 0.63 | 0.13 |
| Hex | 35 | 31 | C | 0 | 8 | 4D | 4F | 36 | 3F | D |
| Octal | 65 | 61 | 14 | 0 | 10 | 115 | 117 | 66 | 77 | 15 |
| Binary | 110101 | 110001 | 1100 | 0 | 1000 | 1001101 | 1001111 | 110110 | 111111 | 1101 |
Color Harmonies of #35310C
Complementary color
Monochromatic Colors of #35310C
Black with #35310C
Text Example
Text Example
White with #35310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35310C; }
p { color: rgb(53,49,12); }
H1.HeaderClassName
{
color: #35310C;
}
.AnyTagClassName
{
color: #35310C;
}
</style>
background-color css
<style>
a { background-color: #35310C; }
a { background-color: rgb(53,49,12); }
div.DivClassName
{
background-color: #35310C;
}
.BgClassName
{
background-color: #35310C;
}
</style>
border-color css
<style>
span { border-color: #35310C; }
span { border-color: rgb(53,49,12); }
td.TdClassName
{
border-color: #35310C;
}
.TagClassName
{
border-color: #35310C;
}
</style>