Shades of Maire #35300E
Tints of Maire #35300E
RGB
CMYK
RGB Variations
Color information
#35300E (or 0x35300E) is known color: Maire. HEX triplet: 35, 30 and 0E. RGB value is (53,48,14). Sum of RGB (Red+Green+Blue) = 53+48+14=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35300E is #CACFF1. Grayscale: #2D2D2D. Windows color (decimal): -13291506 or 929845. OLE color: 929845.
HSL color Cylindrical-coordinate representation of color #35300E: hue angle of 52.31º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35300E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 14 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.79 |
| HSL | 52.31º | 0.58% | 0.13% | - |
| HSV(B) | 52.31º | 0.74% | 0.21% | - |
| XYZ | 2.6 | 2.9 | 0.84 | - |
| YUV | 45.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 14 | 0 | 0.09 | 0.74 | 0.79 | 52.31 | 0.58 | 0.13 |
| Hex | 35 | 30 | E | 0 | 9 | 4A | 4F | 34 | 3A | D |
| Octal | 65 | 60 | 16 | 0 | 11 | 112 | 117 | 64 | 72 | 15 |
| Binary | 110101 | 110000 | 1110 | 0 | 1001 | 1001010 | 1001111 | 110100 | 111010 | 1101 |
Color Harmonies of #35300E
Complementary color
Monochromatic Colors of #35300E
Black with #35300E
Text Example
Text Example
White with #35300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35300E; }
p { color: rgb(53,48,14); }
H1.HeaderClassName
{
color: #35300E;
}
.AnyTagClassName
{
color: #35300E;
}
</style>
background-color css
<style>
a { background-color: #35300E; }
a { background-color: rgb(53,48,14); }
div.DivClassName
{
background-color: #35300E;
}
.BgClassName
{
background-color: #35300E;
}
</style>
border-color css
<style>
span { border-color: #35300E; }
span { border-color: rgb(53,48,14); }
td.TdClassName
{
border-color: #35300E;
}
.TagClassName
{
border-color: #35300E;
}
</style>