Shades of Acadia #362F27
Tints of Acadia #362F27
RGB
CMYK
RGB Variations
Color information
#362F27 (or 0x362F27) is known color: Acadia. HEX triplet: 36, 2F and 27. RGB value is (54,47,39). Sum of RGB (Red+Green+Blue) = 54+47+39=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F27 is #C9D0D8. Grayscale: #303030. Windows color (decimal): -13226201 or 2567990. OLE color: 2567990.
HSL color Cylindrical-coordinate representation of color #362F27: hue angle of 32º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #362F27 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 39 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.79 |
| HSL | 32º | 0.16% | 0.18% | - |
| HSV(B) | 32º | 0.28% | 0.21% | - |
| XYZ | 2.9 | 2.96 | 2.34 | - |
| YUV | 48.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 39 | 0 | 0.13 | 0.28 | 0.79 | 32 | 0.16 | 0.18 |
| Hex | 36 | 2F | 27 | 0 | D | 1C | 4F | 20 | 10 | 12 |
| Octal | 66 | 57 | 47 | 0 | 15 | 34 | 117 | 40 | 20 | 22 |
| Binary | 110110 | 101111 | 100111 | 0 | 1101 | 11100 | 1001111 | 100000 | 10000 | 10010 |
Color Harmonies of #362F27
Complementary color
Monochromatic Colors of #362F27
Black with #362F27
Text Example
Text Example
White with #362F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F27; }
p { color: rgb(54,47,39); }
H1.HeaderClassName
{
color: #362F27;
}
.AnyTagClassName
{
color: #362F27;
}
</style>
background-color css
<style>
a { background-color: #362F27; }
a { background-color: rgb(54,47,39); }
div.DivClassName
{
background-color: #362F27;
}
.BgClassName
{
background-color: #362F27;
}
</style>
border-color css
<style>
span { border-color: #362F27; }
span { border-color: rgb(54,47,39); }
td.TdClassName
{
border-color: #362F27;
}
.TagClassName
{
border-color: #362F27;
}
</style>