Shades of Maire #35300A
Tints of Maire #35300A
RGB
CMYK
RGB Variations
Color information
#35300A (or 0x35300A) is known color: Maire. HEX triplet: 35, 30 and 0A. RGB value is (53,48,10). Sum of RGB (Red+Green+Blue) = 53+48+10=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #35300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35300A is #CACFF5. Grayscale: #2D2D2D. Windows color (decimal): -13291510 or 667701. OLE color: 667701.
HSL color Cylindrical-coordinate representation of color #35300A: hue angle of 53.02º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35300A is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 48 | 10 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.79 |
| HSL | 53.02º | 0.68% | 0.12% | - |
| HSV(B) | 53.02º | 0.81% | 0.21% | - |
| XYZ | 2.58 | 2.89 | 0.71 | - |
| YUV | 45.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 10 | 0 | 0.09 | 0.81 | 0.79 | 53.02 | 0.68 | 0.12 |
| Hex | 35 | 30 | A | 0 | 9 | 51 | 4F | 35 | 44 | C |
| Octal | 65 | 60 | 12 | 0 | 11 | 121 | 117 | 65 | 104 | 14 |
| Binary | 110101 | 110000 | 1010 | 0 | 1001 | 1010001 | 1001111 | 110101 | 1000100 | 1100 |
Color Harmonies of #35300A
Complementary color
Monochromatic Colors of #35300A
Black with #35300A
Text Example
Text Example
White with #35300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35300A; }
p { color: rgb(53,48,10); }
H1.HeaderClassName
{
color: #35300A;
}
.AnyTagClassName
{
color: #35300A;
}
</style>
background-color css
<style>
a { background-color: #35300A; }
a { background-color: rgb(53,48,10); }
div.DivClassName
{
background-color: #35300A;
}
.BgClassName
{
background-color: #35300A;
}
</style>
border-color css
<style>
span { border-color: #35300A; }
span { border-color: rgb(53,48,10); }
td.TdClassName
{
border-color: #35300A;
}
.TagClassName
{
border-color: #35300A;
}
</style>