Shades of Graphite #3A3620
Tints of Graphite #3A3620
RGB
CMYK
RGB Variations
Color information
#3A3620 (or 0x3A3620) is known color: Graphite. HEX triplet: 3A, 36 and 20. RGB value is (58,54,32). Sum of RGB (Red+Green+Blue) = 58+54+32=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3620 is #C5C9DF. Grayscale: #343434. Windows color (decimal): -12962272 or 2111034. OLE color: 2111034.
HSL color Cylindrical-coordinate representation of color #3A3620: hue angle of 50.77º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A3620 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 32 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.77 |
| HSL | 50.77º | 0.29% | 0.18% | - |
| HSV(B) | 50.77º | 0.45% | 0.23% | - |
| XYZ | 3.32 | 3.64 | 1.89 | - |
| YUV | 52.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 32 | 0 | 0.07 | 0.45 | 0.77 | 50.77 | 0.29 | 0.18 |
| Hex | 3A | 36 | 20 | 0 | 7 | 2D | 4D | 33 | 1D | 12 |
| Octal | 72 | 66 | 40 | 0 | 7 | 55 | 115 | 63 | 35 | 22 |
| Binary | 111010 | 110110 | 100000 | 0 | 111 | 101101 | 1001101 | 110011 | 11101 | 10010 |
Color Harmonies of #3A3620
Complementary color
Monochromatic Colors of #3A3620
Black with #3A3620
Text Example
Text Example
White with #3A3620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3620; }
p { color: rgb(58,54,32); }
H1.HeaderClassName
{
color: #3A3620;
}
.AnyTagClassName
{
color: #3A3620;
}
</style>
background-color css
<style>
a { background-color: #3A3620; }
a { background-color: rgb(58,54,32); }
div.DivClassName
{
background-color: #3A3620;
}
.BgClassName
{
background-color: #3A3620;
}
</style>
border-color css
<style>
span { border-color: #3A3620; }
span { border-color: rgb(58,54,32); }
td.TdClassName
{
border-color: #3A3620;
}
.TagClassName
{
border-color: #3A3620;
}
</style>