#393322

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

Shades of Graphite #393322

Tints of Graphite #393322

Color information

#393322 (or 0x393322) is unknown color: approx Graphite. HEX triplet: 39, 33 and 22. RGB value is (57,51,34). Sum of RGB (Red+Green+Blue) = 57+51+34=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #393322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393322 is #C6CCDD. Grayscale: #323232. Windows color (decimal): -13028574 or 2241337. OLE color: 2241337.

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

Color convert

RGB575134-
CMYK00.110.400.78
HSL44.35º25.27%17.84%-
HSV(B)44.35º40.35%22.35%-
XYZ3.163.351.99-
YUV50.86118.49132.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=40.14%
G=35.92%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57513400.110.400.7844.3525.2717.84
Hex3933220B284E2c1912
Octal71634201350116543122
Binary1110011100111000100101110100010011101011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393322; }

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

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

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

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

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

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

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

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