Shades of Maire #362D08
Tints of Maire #362D08
RGB
CMYK
RGB Variations
Color information
#362D08 (or 0x362D08) is known color: Maire. HEX triplet: 36, 2D and 08. RGB value is (54,45,8). Sum of RGB (Red+Green+Blue) = 54+45+8=107 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.47% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 54 - color contains mainly: red. Hex color #362D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362D08 is #C9D2F7. Grayscale: #2B2B2B. Windows color (decimal): -13226744 or 535862. OLE color: 535862.
HSL color Cylindrical-coordinate representation of color #362D08: hue angle of 48.26º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #362D08 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 45 | 8 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.79 |
| HSL | 48.26º | 0.74% | 0.12% | - |
| HSV(B) | 48.26º | 0.85% | 0.21% | - |
| XYZ | 2.5 | 2.68 | 0.61 | - |
| YUV | 43.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 8 | 0 | 0.17 | 0.85 | 0.79 | 48.26 | 0.74 | 0.12 |
| Hex | 36 | 2D | 8 | 0 | 11 | 55 | 4F | 30 | 4A | C |
| Octal | 66 | 55 | 10 | 0 | 21 | 125 | 117 | 60 | 112 | 14 |
| Binary | 110110 | 101101 | 1000 | 0 | 10001 | 1010101 | 1001111 | 110000 | 1001010 | 1100 |
Color Harmonies of #362D08
Complementary color
Monochromatic Colors of #362D08
Black with #362D08
Text Example
Text Example
White with #362D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D08; }
p { color: rgb(54,45,8); }
H1.HeaderClassName
{
color: #362D08;
}
.AnyTagClassName
{
color: #362D08;
}
</style>
background-color css
<style>
a { background-color: #362D08; }
a { background-color: rgb(54,45,8); }
div.DivClassName
{
background-color: #362D08;
}
.BgClassName
{
background-color: #362D08;
}
</style>
border-color css
<style>
span { border-color: #362D08; }
span { border-color: rgb(54,45,8); }
td.TdClassName
{
border-color: #362D08;
}
.TagClassName
{
border-color: #362D08;
}
</style>