#393320

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

Shades of Graphite #393320

Tints of Graphite #393320

Color information

#393320 (or 0x393320) is unknown color: approx Graphite. HEX triplet: 39, 33 and 20. RGB value is (57,51,32). Sum of RGB (Red+Green+Blue) = 57+51+32=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #393320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393320 is #C6CCDF. Grayscale: #323232. Windows color (decimal): -13028576 or 2110265. OLE color: 2110265.

HSL color Cylindrical-coordinate representation of color #393320: hue angle of 45.6º 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 #393320 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB575132-
CMYK00.110.440.78
HSL45.6º28.09%17.45%-
HSV(B)45.6º43.86%22.35%-
XYZ3.133.341.85-
YUV50.63117.49132.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.71%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=40.71%
G=36.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57513200.110.440.7845.628.0917.45
Hex3933200B2C4E2e1c11
Octal71634001354116563421
Binary1110011100111000000101110110010011101011101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393320; }

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

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

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

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

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

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

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

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