#393522

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

Shades of Graphite #393522

Tints of Graphite #393522

Color information

#393522 (or 0x393522) is unknown color: approx Graphite. HEX triplet: 39, 35 and 22. RGB value is (57,53,34). Sum of RGB (Red+Green+Blue) = 57+53+34=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #393522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393522 is #C6CADD. Grayscale: #343434. Windows color (decimal): -13028062 or 2241849. OLE color: 2241849.

HSL color Cylindrical-coordinate representation of color #393522: hue angle of 49.57º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393522 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB575334-
CMYK00.070.400.78
HSL49.57º25.27%17.84%-
HSV(B)49.57º40.35%22.35%-
XYZ3.253.532.02-
YUV52.03117.83131.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=39.58%
G=36.81%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57533400.070.400.7849.5725.2717.84
Hex39352207284E321912
Octal7165420750116623122
Binary111001110101100010011110100010011101100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393522; }

 p { color: rgb(57,53,34); }

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

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

 a { background-color: rgb(57,53,34); }

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

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

 span { border-color: rgb(57,53,34); }

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