Shades of Graphite #3C3727
Tints of Graphite #3C3727
RGB
CMYK
RGB Variations
Color information
#3C3727 (or 0x3C3727) is known color: Graphite. HEX triplet: 3C, 37 and 27. RGB value is (60,55,39). Sum of RGB (Red+Green+Blue) = 60+55+39=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3727 is #C3C8D8. Grayscale: #363636. Windows color (decimal): -12830937 or 2570044. OLE color: 2570044.
HSL color Cylindrical-coordinate representation of color #3C3727: hue angle of 45.71º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C3727 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 39 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.76 |
| HSL | 45.71º | 0.21% | 0.19% | - |
| HSV(B) | 45.71º | 0.35% | 0.24% | - |
| XYZ | 3.6 | 3.84 | 2.47 | - |
| YUV | 54.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 39 | 0 | 0.08 | 0.35 | 0.76 | 45.71 | 0.21 | 0.19 |
| Hex | 3C | 37 | 27 | 0 | 8 | 23 | 4C | 2E | 15 | 13 |
| Octal | 74 | 67 | 47 | 0 | 10 | 43 | 114 | 56 | 25 | 23 |
| Binary | 111100 | 110111 | 100111 | 0 | 1000 | 100011 | 1001100 | 101110 | 10101 | 10011 |
Color Harmonies of #3C3727
Complementary color
Monochromatic Colors of #3C3727
Black with #3C3727
Text Example
Text Example
White with #3C3727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3727; }
p { color: rgb(60,55,39); }
H1.HeaderClassName
{
color: #3C3727;
}
.AnyTagClassName
{
color: #3C3727;
}
</style>
background-color css
<style>
a { background-color: #3C3727; }
a { background-color: rgb(60,55,39); }
div.DivClassName
{
background-color: #3C3727;
}
.BgClassName
{
background-color: #3C3727;
}
</style>
border-color css
<style>
span { border-color: #3C3727; }
span { border-color: rgb(60,55,39); }
td.TdClassName
{
border-color: #3C3727;
}
.TagClassName
{
border-color: #3C3727;
}
</style>