Shades of Maire #36300A
Tints of Maire #36300A
RGB
CMYK
RGB Variations
Color information
#36300A (or 0x36300A) is known color: Maire. HEX triplet: 36, 30 and 0A. RGB value is (54,48,10). Sum of RGB (Red+Green+Blue) = 54+48+10=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #36300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36300A is #C9CFF5. Grayscale: #2D2D2D. Windows color (decimal): -13225974 or 667702. OLE color: 667702.
HSL color Cylindrical-coordinate representation of color #36300A: hue angle of 51.82º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36300A is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 48 | 10 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.79 |
| HSL | 51.82º | 0.69% | 0.13% | - |
| HSV(B) | 51.82º | 0.81% | 0.21% | - |
| XYZ | 2.63 | 2.92 | 0.71 | - |
| YUV | 45.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 10 | 0 | 0.11 | 0.81 | 0.79 | 51.82 | 0.69 | 0.13 |
| Hex | 36 | 30 | A | 0 | B | 51 | 4F | 34 | 45 | D |
| Octal | 66 | 60 | 12 | 0 | 13 | 121 | 117 | 64 | 105 | 15 |
| Binary | 110110 | 110000 | 1010 | 0 | 1011 | 1010001 | 1001111 | 110100 | 1000101 | 1101 |
Color Harmonies of #36300A
Complementary color
Monochromatic Colors of #36300A
Black with #36300A
Text Example
Text Example
White with #36300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36300A; }
p { color: rgb(54,48,10); }
H1.HeaderClassName
{
color: #36300A;
}
.AnyTagClassName
{
color: #36300A;
}
</style>
background-color css
<style>
a { background-color: #36300A; }
a { background-color: rgb(54,48,10); }
div.DivClassName
{
background-color: #36300A;
}
.BgClassName
{
background-color: #36300A;
}
</style>
border-color css
<style>
span { border-color: #36300A; }
span { border-color: rgb(54,48,10); }
td.TdClassName
{
border-color: #36300A;
}
.TagClassName
{
border-color: #36300A;
}
</style>