#3C3726

Color #3C3726 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #3C3726

Tints of Graphite #3C3726

Color information

#3C3726 (or 0x3C3726) is unknown color: approx Graphite. HEX triplet: 3C, 37 and 26. RGB value is (60,55,38). Sum of RGB (Red+Green+Blue) = 60+55+38=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3726 is #C3C8D9. Grayscale: #363636. Windows color (decimal): -12830938 or 2504508. OLE color: 2504508.

HSL color Cylindrical-coordinate representation of color #3C3726: hue angle of 46.36º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C3726 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB605538-
CMYK00.080.370.76
HSL46.36º22.45%19.22%-
HSV(B)46.36º36.67%23.53%-
XYZ3.583.832.38-
YUV54.56118.66131.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 39.22%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=39.22%
G=35.95%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60553800.080.370.7646.3622.4519.22
Hex3C372608254C2e1613
Octal74674601045114562623
Binary1111001101111001100100010010110011001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C3726; }

 p { color: rgb(60,55,38); }

 H1.HeaderClassName
 {
   color: #3C3726;
 }
 .AnyTagClassName
 {
   color: #3C3726;
 }
</style>
background-color css

<style>
 a { background-color: #3C3726; }

 a { background-color: rgb(60,55,38); }

 div.DivClassName
 {
   background-color: #3C3726;
 }
 .BgClassName
 {
   background-color: #3C3726;
 }
</style>
border-color css

<style>
 span { border-color: #3C3726; }

 span { border-color: rgb(60,55,38); }

 td.TdClassName
 {
   border-color: #3C3726;
 }
 .TagClassName
 {
   border-color: #3C3726;
 }
</style>