Shades of Graphite #3D3722
Tints of Graphite #3D3722
RGB
CMYK
RGB Variations
Color information
#3D3722 (or 0x3D3722) is known color: Graphite. HEX triplet: 3D, 37 and 22. RGB value is (61,55,34). Sum of RGB (Red+Green+Blue) = 61+55+34=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3722 is #C2C8DD. Grayscale: #363636. Windows color (decimal): -12765406 or 2242365. OLE color: 2242365.
HSL color Cylindrical-coordinate representation of color #3D3722: hue angle of 46.67º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D3722 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 34 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.76 |
| HSL | 46.67º | 0.28% | 0.19% | - |
| HSV(B) | 46.67º | 0.44% | 0.24% | - |
| XYZ | 3.58 | 3.84 | 2.07 | - |
| YUV | 54.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 34 | 0 | 0.10 | 0.44 | 0.76 | 46.67 | 0.28 | 0.19 |
| Hex | 3D | 37 | 22 | 0 | A | 2C | 4C | 2F | 1C | 13 |
| Octal | 75 | 67 | 42 | 0 | 12 | 54 | 114 | 57 | 34 | 23 |
| Binary | 111101 | 110111 | 100010 | 0 | 1010 | 101100 | 1001100 | 101111 | 11100 | 10011 |
Color Harmonies of #3D3722
Complementary color
Monochromatic Colors of #3D3722
Black with #3D3722
Text Example
Text Example
White with #3D3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3722; }
p { color: rgb(61,55,34); }
H1.HeaderClassName
{
color: #3D3722;
}
.AnyTagClassName
{
color: #3D3722;
}
</style>
background-color css
<style>
a { background-color: #3D3722; }
a { background-color: rgb(61,55,34); }
div.DivClassName
{
background-color: #3D3722;
}
.BgClassName
{
background-color: #3D3722;
}
</style>
border-color css
<style>
span { border-color: #3D3722; }
span { border-color: rgb(61,55,34); }
td.TdClassName
{
border-color: #3D3722;
}
.TagClassName
{
border-color: #3D3722;
}
</style>