Shades of Maire #362D05
Tints of Maire #362D05
RGB
CMYK
RGB Variations
Color information
#362D05 (or 0x362D05) is known color: Maire. HEX triplet: 36, 2D and 05. RGB value is (54,45,5). Sum of RGB (Red+Green+Blue) = 54+45+5=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #362D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D05 is #C9D2FA. Grayscale: #2B2B2B. Windows color (decimal): -13226747 or 339254. OLE color: 339254.
HSL color Cylindrical-coordinate representation of color #362D05: hue angle of 48.98º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #362D05 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 5 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.79 |
| HSL | 48.98º | 0.83% | 0.12% | - |
| HSV(B) | 48.98º | 0.91% | 0.21% | - |
| XYZ | 2.49 | 2.67 | 0.53 | - |
| YUV | 43.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 5 | 0 | 0.17 | 0.91 | 0.79 | 48.98 | 0.83 | 0.12 |
| Hex | 36 | 2D | 5 | 0 | 11 | 5B | 4F | 31 | 53 | C |
| Octal | 66 | 55 | 5 | 0 | 21 | 133 | 117 | 61 | 123 | 14 |
| Binary | 110110 | 101101 | 101 | 0 | 10001 | 1011011 | 1001111 | 110001 | 1010011 | 1100 |
Color Harmonies of #362D05
Complementary color
Monochromatic Colors of #362D05
Black with #362D05
Text Example
Text Example
White with #362D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D05; }
p { color: rgb(54,45,5); }
H1.HeaderClassName
{
color: #362D05;
}
.AnyTagClassName
{
color: #362D05;
}
</style>
background-color css
<style>
a { background-color: #362D05; }
a { background-color: rgb(54,45,5); }
div.DivClassName
{
background-color: #362D05;
}
.BgClassName
{
background-color: #362D05;
}
</style>
border-color css
<style>
span { border-color: #362D05; }
span { border-color: rgb(54,45,5); }
td.TdClassName
{
border-color: #362D05;
}
.TagClassName
{
border-color: #362D05;
}
</style>