Shades of Acadia #372F26
Tints of Acadia #372F26
RGB
CMYK
RGB Variations
Color information
#372F26 (or 0x372F26) is known color: Acadia. HEX triplet: 37, 2F and 26. RGB value is (55,47,38). Sum of RGB (Red+Green+Blue) = 55+47+38=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 55 - color contains mainly: red. Hex color #372F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F26 is #C8D0D9. Grayscale: #303030. Windows color (decimal): -13160666 or 2502455. OLE color: 2502455.
HSL color Cylindrical-coordinate representation of color #372F26: hue angle of 31.76º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #372F26 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 47 | 38 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.78 |
| HSL | 31.76º | 0.18% | 0.18% | - |
| HSV(B) | 31.76º | 0.31% | 0.22% | - |
| XYZ | 2.94 | 2.99 | 2.25 | - |
| YUV | 48.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 38 | 0 | 0.15 | 0.31 | 0.78 | 31.76 | 0.18 | 0.18 |
| Hex | 37 | 2F | 26 | 0 | F | 1F | 4E | 20 | 12 | 12 |
| Octal | 67 | 57 | 46 | 0 | 17 | 37 | 116 | 40 | 22 | 22 |
| Binary | 110111 | 101111 | 100110 | 0 | 1111 | 11111 | 1001110 | 100000 | 10010 | 10010 |
Color Harmonies of #372F26
Complementary color
Monochromatic Colors of #372F26
Black with #372F26
Text Example
Text Example
White with #372F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F26; }
p { color: rgb(55,47,38); }
H1.HeaderClassName
{
color: #372F26;
}
.AnyTagClassName
{
color: #372F26;
}
</style>
background-color css
<style>
a { background-color: #372F26; }
a { background-color: rgb(55,47,38); }
div.DivClassName
{
background-color: #372F26;
}
.BgClassName
{
background-color: #372F26;
}
</style>
border-color css
<style>
span { border-color: #372F26; }
span { border-color: rgb(55,47,38); }
td.TdClassName
{
border-color: #372F26;
}
.TagClassName
{
border-color: #372F26;
}
</style>