Shades of Maire #3A350B
Tints of Maire #3A350B
RGB
CMYK
RGB Variations
Color information
#3A350B (or 0x3A350B) is known color: Maire. HEX triplet: 3A, 35 and 0B. RGB value is (58,53,11). Sum of RGB (Red+Green+Blue) = 58+53+11=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A350B is #C5CAF4. Grayscale: #313131. Windows color (decimal): -12962549 or 734522. OLE color: 734522.
HSL color Cylindrical-coordinate representation of color #3A350B: hue angle of 53.62º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A350B is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 53 | 11 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.77 |
| HSL | 53.62º | 0.68% | 0.14% | - |
| HSV(B) | 53.62º | 0.81% | 0.23% | - |
| XYZ | 3.08 | 3.47 | 0.82 | - |
| YUV | 49.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 11 | 0 | 0.09 | 0.81 | 0.77 | 53.62 | 0.68 | 0.14 |
| Hex | 3A | 35 | B | 0 | 9 | 51 | 4D | 36 | 44 | E |
| Octal | 72 | 65 | 13 | 0 | 11 | 121 | 115 | 66 | 104 | 16 |
| Binary | 111010 | 110101 | 1011 | 0 | 1001 | 1010001 | 1001101 | 110110 | 1000100 | 1110 |
Color Harmonies of #3A350B
Complementary color
Monochromatic Colors of #3A350B
Black with #3A350B
Text Example
Text Example
White with #3A350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A350B; }
p { color: rgb(58,53,11); }
H1.HeaderClassName
{
color: #3A350B;
}
.AnyTagClassName
{
color: #3A350B;
}
</style>
background-color css
<style>
a { background-color: #3A350B; }
a { background-color: rgb(58,53,11); }
div.DivClassName
{
background-color: #3A350B;
}
.BgClassName
{
background-color: #3A350B;
}
</style>
border-color css
<style>
span { border-color: #3A350B; }
span { border-color: rgb(58,53,11); }
td.TdClassName
{
border-color: #3A350B;
}
.TagClassName
{
border-color: #3A350B;
}
</style>