Shades of Acadia #36332E
Tints of Acadia #36332E
RGB
CMYK
RGB Variations
Color information
#36332E (or 0x36332E) is known color: Acadia. HEX triplet: 36, 33 and 2E. RGB value is (54,51,46). Sum of RGB (Red+Green+Blue) = 54+51+46=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 54 - color contains mainly: red. Hex color #36332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36332E is #C9CCD1. Grayscale: #333333. Windows color (decimal): -13225170 or 3027766. OLE color: 3027766.
HSL color Cylindrical-coordinate representation of color #36332E: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #36332E is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 46 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.79 |
| HSL | 37.5º | 0.08% | 0.2% | - |
| HSV(B) | 37.5º | 0.15% | 0.21% | - |
| XYZ | 3.2 | 3.35 | 3.06 | - |
| YUV | 51.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 46 | 0 | 0.06 | 0.15 | 0.79 | 37.5 | 0.08 | 0.2 |
| Hex | 36 | 33 | 2E | 0 | 6 | F | 4F | 26 | 8 | 14 |
| Octal | 66 | 63 | 56 | 0 | 6 | 17 | 117 | 46 | 10 | 24 |
| Binary | 110110 | 110011 | 101110 | 0 | 110 | 1111 | 1001111 | 100110 | 1000 | 10100 |
Color Harmonies of #36332E
Complementary color
Monochromatic Colors of #36332E
Black with #36332E
Text Example
Text Example
White with #36332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36332E; }
p { color: rgb(54,51,46); }
H1.HeaderClassName
{
color: #36332E;
}
.AnyTagClassName
{
color: #36332E;
}
</style>
background-color css
<style>
a { background-color: #36332E; }
a { background-color: rgb(54,51,46); }
div.DivClassName
{
background-color: #36332E;
}
.BgClassName
{
background-color: #36332E;
}
</style>
border-color css
<style>
span { border-color: #36332E; }
span { border-color: rgb(54,51,46); }
td.TdClassName
{
border-color: #36332E;
}
.TagClassName
{
border-color: #36332E;
}
</style>