#393520

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

Shades of Graphite #393520

Tints of Graphite #393520

Color information

#393520 (or 0x393520) is unknown color: approx Graphite. HEX triplet: 39, 35 and 20. RGB value is (57,53,32). Sum of RGB (Red+Green+Blue) = 57+53+32=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #393520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393520 is #C6CADF. Grayscale: #333333. Windows color (decimal): -13028064 or 2110777. OLE color: 2110777.

HSL color Cylindrical-coordinate representation of color #393520: hue angle of 50.4º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393520 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB575332-
CMYK00.070.440.78
HSL50.4º28.09%17.45%-
HSV(B)50.4º43.86%22.35%-
XYZ3.223.521.88-
YUV51.8116.83131.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=40.14%
G=37.32%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57533200.070.440.7850.428.0917.45
Hex393520072C4E321c11
Octal7165400754116623421
Binary111001110101100000011110110010011101100101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393520; }

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

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

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

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

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

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

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

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