Shades of Acadia #37322D
Tints of Acadia #37322D
RGB
CMYK
RGB Variations
Color information
#37322D (or 0x37322D) is known color: Acadia. HEX triplet: 37, 32 and 2D. RGB value is (55,50,45). Sum of RGB (Red+Green+Blue) = 55+50+45=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 55 - color contains mainly: red. Hex color #37322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37322D is #C8CDD2. Grayscale: #323232. Windows color (decimal): -13159891 or 2961975. OLE color: 2961975.
HSL color Cylindrical-coordinate representation of color #37322D: hue angle of 30º 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 #37322D is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 50 | 45 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.78 |
| HSL | 30º | 0.1% | 0.2% | - |
| HSV(B) | 30º | 0.18% | 0.22% | - |
| XYZ | 3.19 | 3.28 | 2.95 | - |
| YUV | 50.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 50 | 45 | 0 | 0.09 | 0.18 | 0.78 | 30 | 0.1 | 0.2 |
| Hex | 37 | 32 | 2D | 0 | 9 | 12 | 4E | 1E | A | 14 |
| Octal | 67 | 62 | 55 | 0 | 11 | 22 | 116 | 36 | 12 | 24 |
| Binary | 110111 | 110010 | 101101 | 0 | 1001 | 10010 | 1001110 | 11110 | 1010 | 10100 |
Color Harmonies of #37322D
Complementary color
Monochromatic Colors of #37322D
Black with #37322D
Text Example
Text Example
White with #37322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37322D; }
p { color: rgb(55,50,45); }
H1.HeaderClassName
{
color: #37322D;
}
.AnyTagClassName
{
color: #37322D;
}
</style>
background-color css
<style>
a { background-color: #37322D; }
a { background-color: rgb(55,50,45); }
div.DivClassName
{
background-color: #37322D;
}
.BgClassName
{
background-color: #37322D;
}
</style>
border-color css
<style>
span { border-color: #37322D; }
span { border-color: rgb(55,50,45); }
td.TdClassName
{
border-color: #37322D;
}
.TagClassName
{
border-color: #37322D;
}
</style>