Shades of Acadia #37332D
Tints of Acadia #37332D
RGB
CMYK
RGB Variations
Color information
#37332D (or 0x37332D) is known color: Acadia. HEX triplet: 37, 33 and 2D. RGB value is (55,51,45). Sum of RGB (Red+Green+Blue) = 55+51+45=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 55 - color contains mainly: red. Hex color #37332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37332D is #C8CCD2. Grayscale: #333333. Windows color (decimal): -13159635 or 2962231. OLE color: 2962231.
HSL color Cylindrical-coordinate representation of color #37332D: hue angle of 36º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #37332D is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 51 | 45 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.78 |
| HSL | 36º | 0.1% | 0.2% | - |
| HSV(B) | 36º | 0.18% | 0.22% | - |
| XYZ | 3.23 | 3.37 | 2.96 | - |
| YUV | 51.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 51 | 45 | 0 | 0.07 | 0.18 | 0.78 | 36 | 0.1 | 0.2 |
| Hex | 37 | 33 | 2D | 0 | 7 | 12 | 4E | 24 | A | 14 |
| Octal | 67 | 63 | 55 | 0 | 7 | 22 | 116 | 44 | 12 | 24 |
| Binary | 110111 | 110011 | 101101 | 0 | 111 | 10010 | 1001110 | 100100 | 1010 | 10100 |
Color Harmonies of #37332D
Complementary color
Monochromatic Colors of #37332D
Black with #37332D
Text Example
Text Example
White with #37332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37332D; }
p { color: rgb(55,51,45); }
H1.HeaderClassName
{
color: #37332D;
}
.AnyTagClassName
{
color: #37332D;
}
</style>
background-color css
<style>
a { background-color: #37332D; }
a { background-color: rgb(55,51,45); }
div.DivClassName
{
background-color: #37332D;
}
.BgClassName
{
background-color: #37332D;
}
</style>
border-color css
<style>
span { border-color: #37332D; }
span { border-color: rgb(55,51,45); }
td.TdClassName
{
border-color: #37332D;
}
.TagClassName
{
border-color: #37332D;
}
</style>