Shades of Maire #3A3403
Tints of Maire #3A3403
RGB
CMYK
RGB Variations
Color information
#3A3403 (or 0x3A3403) is known color: Maire. HEX triplet: 3A, 34 and 03. RGB value is (58,52,3). Sum of RGB (Red+Green+Blue) = 58+52+3=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3403 is #C5CBFC. Grayscale: #303030. Windows color (decimal): -12962813 or 209978. OLE color: 209978.
HSL color Cylindrical-coordinate representation of color #3A3403: hue angle of 53.45º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A3403 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 52 | 3 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.77 |
| HSL | 53.45º | 0.9% | 0.12% | - |
| HSV(B) | 53.45º | 0.95% | 0.23% | - |
| XYZ | 2.99 | 3.36 | 0.58 | - |
| YUV | 48.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 3 | 0 | 0.10 | 0.95 | 0.77 | 53.45 | 0.9 | 0.12 |
| Hex | 3A | 34 | 3 | 0 | A | 5F | 4D | 35 | 5A | C |
| Octal | 72 | 64 | 3 | 0 | 12 | 137 | 115 | 65 | 132 | 14 |
| Binary | 111010 | 110100 | 11 | 0 | 1010 | 1011111 | 1001101 | 110101 | 1011010 | 1100 |
Color Harmonies of #3A3403
Complementary color
Monochromatic Colors of #3A3403
Black with #3A3403
Text Example
Text Example
White with #3A3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3403; }
p { color: rgb(58,52,3); }
H1.HeaderClassName
{
color: #3A3403;
}
.AnyTagClassName
{
color: #3A3403;
}
</style>
background-color css
<style>
a { background-color: #3A3403; }
a { background-color: rgb(58,52,3); }
div.DivClassName
{
background-color: #3A3403;
}
.BgClassName
{
background-color: #3A3403;
}
</style>
border-color css
<style>
span { border-color: #3A3403; }
span { border-color: rgb(58,52,3); }
td.TdClassName
{
border-color: #3A3403;
}
.TagClassName
{
border-color: #3A3403;
}
</style>