#393420

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

Shades of Graphite #393420

Tints of Graphite #393420

Color information

#393420 (or 0x393420) is unknown color: approx Graphite. HEX triplet: 39, 34 and 20. RGB value is (57,52,32). Sum of RGB (Red+Green+Blue) = 57+52+32=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #393420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393420 is #C6CBDF. Grayscale: #333333. Windows color (decimal): -13028320 or 2110521. OLE color: 2110521.

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

Color convert

RGB575232-
CMYK00.090.440.78
HSL48º28.09%17.45%-
HSV(B)48º43.86%22.35%-
XYZ3.183.431.86-
YUV51.22117.16132.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=40.43%
G=36.88%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57523200.090.440.784828.0917.45
Hex393420092C4E301c11
Octal71644001154116603421
Binary1110011101001000000100110110010011101100001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393420; }

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

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

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

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

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

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

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

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