#393316

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

Shades of Graphite #393316

Tints of Graphite #393316

Color information

#393316 (or 0x393316) is unknown color: approx Graphite. HEX triplet: 39, 33 and 16. RGB value is (57,51,22). Sum of RGB (Red+Green+Blue) = 57+51+22=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393316 is #C6CCE9. Grayscale: #313131. Windows color (decimal): -13028586 or 1454905. OLE color: 1454905.

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

Color convert

RGB575122-
CMYK00.110.610.78
HSL49.71º44.3%15.49%-
HSV(B)49.71º61.4%22.35%-
XYZ3.023.31.24-
YUV49.49112.49133.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=43.85%
G=39.23%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57512200.110.610.7849.7144.315.49
Hex3933160B3D4E322cf
Octal71632601375116625417
Binary111001110011101100101111110110011101100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393316; }

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

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

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

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

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

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

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

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