Shades of Maire #362B00
Tints of Maire #362B00
RGB
CMYK
RGB Variations
Color information
#362B00 (or 0x362B00) is known color: Maire. HEX triplet: 36, 2B and 00. RGB value is (54,43,0). Sum of RGB (Red+Green+Blue) = 54+43+0=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #362B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362B00 is #C9D4FF. Grayscale: #292929. Windows color (decimal): -13227264 or 11062. OLE color: 11062.
HSL color Cylindrical-coordinate representation of color #362B00: hue angle of 47.78º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #362B00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.79 |
| HSL | 47.78º | 1% | 0.11% | - |
| HSV(B) | 47.78º | 1% | 0.21% | - |
| XYZ | 2.39 | 2.51 | 0.36 | - |
| YUV | 41.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 0 | 0 | 0.20 | 1 | 0.79 | 47.78 | 1 | 0.11 |
| Hex | 36 | 2B | 0 | 0 | 14 | 64 | 4F | 30 | 64 | B |
| Octal | 66 | 53 | 0 | 0 | 24 | 144 | 117 | 60 | 144 | 13 |
| Binary | 110110 | 101011 | 0 | 0 | 10100 | 1100100 | 1001111 | 110000 | 1100100 | 1011 |
Color Harmonies of #362B00
Complementary color
Monochromatic Colors of #362B00
Black with #362B00
Text Example
Text Example
White with #362B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B00; }
p { color: rgb(54,43,0); }
H1.HeaderClassName
{
color: #362B00;
}
.AnyTagClassName
{
color: #362B00;
}
</style>
background-color css
<style>
a { background-color: #362B00; }
a { background-color: rgb(54,43,0); }
div.DivClassName
{
background-color: #362B00;
}
.BgClassName
{
background-color: #362B00;
}
</style>
border-color css
<style>
span { border-color: #362B00; }
span { border-color: rgb(54,43,0); }
td.TdClassName
{
border-color: #362B00;
}
.TagClassName
{
border-color: #362B00;
}
</style>