Shades of Acadia #3C3833
Tints of Acadia #3C3833
RGB
CMYK
RGB Variations
Color information
#3C3833 (or 0x3C3833) is known color: Acadia. HEX triplet: 3C, 38 and 33. RGB value is (60,56,51). Sum of RGB (Red+Green+Blue) = 60+56+51=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3833 is #C3C7CC. Grayscale: #383838. Windows color (decimal): -12830669 or 3356732. OLE color: 3356732.
HSL color Cylindrical-coordinate representation of color #3C3833: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3833 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 51 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.76 |
| HSL | 33.33º | 0.08% | 0.22% | - |
| HSV(B) | 33.33º | 0.15% | 0.24% | - |
| XYZ | 3.88 | 4.03 | 3.71 | - |
| YUV | 56.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 51 | 0 | 0.07 | 0.15 | 0.76 | 33.33 | 0.08 | 0.22 |
| Hex | 3C | 38 | 33 | 0 | 7 | F | 4C | 21 | 8 | 16 |
| Octal | 74 | 70 | 63 | 0 | 7 | 17 | 114 | 41 | 10 | 26 |
| Binary | 111100 | 111000 | 110011 | 0 | 111 | 1111 | 1001100 | 100001 | 1000 | 10110 |
Color Harmonies of #3C3833
Complementary color
Monochromatic Colors of #3C3833
Black with #3C3833
Text Example
Text Example
White with #3C3833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3833; }
p { color: rgb(60,56,51); }
H1.HeaderClassName
{
color: #3C3833;
}
.AnyTagClassName
{
color: #3C3833;
}
</style>
background-color css
<style>
a { background-color: #3C3833; }
a { background-color: rgb(60,56,51); }
div.DivClassName
{
background-color: #3C3833;
}
.BgClassName
{
background-color: #3C3833;
}
</style>
border-color css
<style>
span { border-color: #3C3833; }
span { border-color: rgb(60,56,51); }
td.TdClassName
{
border-color: #3C3833;
}
.TagClassName
{
border-color: #3C3833;
}
</style>