Shades of Graphite #3E3927
Tints of Graphite #3E3927
RGB
CMYK
RGB Variations
Color information
#3E3927 (or 0x3E3927) is known color: Graphite. HEX triplet: 3E, 39 and 27. RGB value is (62,57,39). Sum of RGB (Red+Green+Blue) = 62+57+39=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3927 is #C1C6D8. Grayscale: #383838. Windows color (decimal): -12699353 or 2570558. OLE color: 2570558.
HSL color Cylindrical-coordinate representation of color #3E3927: hue angle of 46.96º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E3927 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 57 | 39 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.76 |
| HSL | 46.96º | 0.23% | 0.2% | - |
| HSV(B) | 46.96º | 0.37% | 0.24% | - |
| XYZ | 3.82 | 4.1 | 2.51 | - |
| YUV | 56.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 57 | 39 | 0 | 0.08 | 0.37 | 0.76 | 46.96 | 0.23 | 0.2 |
| Hex | 3E | 39 | 27 | 0 | 8 | 25 | 4C | 2F | 17 | 14 |
| Octal | 76 | 71 | 47 | 0 | 10 | 45 | 114 | 57 | 27 | 24 |
| Binary | 111110 | 111001 | 100111 | 0 | 1000 | 100101 | 1001100 | 101111 | 10111 | 10100 |
Color Harmonies of #3E3927
Complementary color
Monochromatic Colors of #3E3927
Black with #3E3927
Text Example
Text Example
White with #3E3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3927; }
p { color: rgb(62,57,39); }
H1.HeaderClassName
{
color: #3E3927;
}
.AnyTagClassName
{
color: #3E3927;
}
</style>
background-color css
<style>
a { background-color: #3E3927; }
a { background-color: rgb(62,57,39); }
div.DivClassName
{
background-color: #3E3927;
}
.BgClassName
{
background-color: #3E3927;
}
</style>
border-color css
<style>
span { border-color: #3E3927; }
span { border-color: rgb(62,57,39); }
td.TdClassName
{
border-color: #3E3927;
}
.TagClassName
{
border-color: #3E3927;
}
</style>