Shades of Acadia #3A3733
Tints of Acadia #3A3733
RGB
CMYK
RGB Variations
Color information
#3A3733 (or 0x3A3733) is known color: Acadia. HEX triplet: 3A, 37 and 33. RGB value is (58,55,51). Sum of RGB (Red+Green+Blue) = 58+55+51=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3733 is #C5C8CC. Grayscale: #373737. Windows color (decimal): -12961997 or 3356474. OLE color: 3356474.
HSL color Cylindrical-coordinate representation of color #3A3733: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A3733 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 51 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.77 |
| HSL | 34.29º | 0.06% | 0.21% | - |
| HSV(B) | 34.29º | 0.12% | 0.23% | - |
| XYZ | 3.71 | 3.87 | 3.68 | - |
| YUV | 55.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 51 | 0 | 0.05 | 0.12 | 0.77 | 34.29 | 0.06 | 0.21 |
| Hex | 3A | 37 | 33 | 0 | 5 | C | 4D | 22 | 6 | 15 |
| Octal | 72 | 67 | 63 | 0 | 5 | 14 | 115 | 42 | 6 | 25 |
| Binary | 111010 | 110111 | 110011 | 0 | 101 | 1100 | 1001101 | 100010 | 110 | 10101 |
Color Harmonies of #3A3733
Complementary color
Monochromatic Colors of #3A3733
Black with #3A3733
Text Example
Text Example
White with #3A3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3733; }
p { color: rgb(58,55,51); }
H1.HeaderClassName
{
color: #3A3733;
}
.AnyTagClassName
{
color: #3A3733;
}
</style>
background-color css
<style>
a { background-color: #3A3733; }
a { background-color: rgb(58,55,51); }
div.DivClassName
{
background-color: #3A3733;
}
.BgClassName
{
background-color: #3A3733;
}
</style>
border-color css
<style>
span { border-color: #3A3733; }
span { border-color: rgb(58,55,51); }
td.TdClassName
{
border-color: #3A3733;
}
.TagClassName
{
border-color: #3A3733;
}
</style>