#3C3820

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

Shades of Graphite #3C3820

Tints of Graphite #3C3820

Color information

#3C3820 (or 0x3C3820) is unknown color: approx Graphite. HEX triplet: 3C, 38 and 20. RGB value is (60,56,32). Sum of RGB (Red+Green+Blue) = 60+56+32=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3820 is #C3C7DF. Grayscale: #363636. Windows color (decimal): -12830688 or 2111548. OLE color: 2111548.

HSL color Cylindrical-coordinate representation of color #3C3820: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C3820 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB605632-
CMYK00.070.470.76
HSL51.43º30.43%18.04%-
HSV(B)51.43º46.67%23.53%-
XYZ3.543.891.93-
YUV54.46115.33131.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.54%
GREEN value IS 56 (22.27% from 255) = 37.84%
BLUE value IS 32 (12.89% from 255) = 21.62%
R=40.54%
G=37.84%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60563200.070.470.7651.4330.4318.04
Hex3C3820072F4C331e12
Octal7470400757114633622
Binary111100111000100000011110111110011001100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,32); }

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

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

 a { background-color: rgb(60,56,32); }

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

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

 span { border-color: rgb(60,56,32); }

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