Shades of Acadia #3A3732
Tints of Acadia #3A3732
RGB
CMYK
RGB Variations
Color information
#3A3732 (or 0x3A3732) is known color: Acadia. HEX triplet: 3A, 37 and 32. RGB value is (58,55,50). Sum of RGB (Red+Green+Blue) = 58+55+50=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3732 is #C5C8CD. Grayscale: #373737. Windows color (decimal): -12961998 or 3290938. OLE color: 3290938.
HSL color Cylindrical-coordinate representation of color #3A3732: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3A3732 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 50 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.77 |
| HSL | 37.5º | 0.07% | 0.21% | - |
| HSV(B) | 37.5º | 0.14% | 0.23% | - |
| XYZ | 3.69 | 3.86 | 3.57 | - |
| YUV | 55.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 50 | 0 | 0.05 | 0.14 | 0.77 | 37.5 | 0.07 | 0.21 |
| Hex | 3A | 37 | 32 | 0 | 5 | E | 4D | 26 | 7 | 15 |
| Octal | 72 | 67 | 62 | 0 | 5 | 16 | 115 | 46 | 7 | 25 |
| Binary | 111010 | 110111 | 110010 | 0 | 101 | 1110 | 1001101 | 100110 | 111 | 10101 |
Color Harmonies of #3A3732
Complementary color
Monochromatic Colors of #3A3732
Black with #3A3732
Text Example
Text Example
White with #3A3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3732; }
p { color: rgb(58,55,50); }
H1.HeaderClassName
{
color: #3A3732;
}
.AnyTagClassName
{
color: #3A3732;
}
</style>
background-color css
<style>
a { background-color: #3A3732; }
a { background-color: rgb(58,55,50); }
div.DivClassName
{
background-color: #3A3732;
}
.BgClassName
{
background-color: #3A3732;
}
</style>
border-color css
<style>
span { border-color: #3A3732; }
span { border-color: rgb(58,55,50); }
td.TdClassName
{
border-color: #3A3732;
}
.TagClassName
{
border-color: #3A3732;
}
</style>