#393317

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

Shades of Graphite #393317

Tints of Graphite #393317

Color information

#393317 (or 0x393317) is unknown color: approx Graphite. HEX triplet: 39, 33 and 17. RGB value is (57,51,23). Sum of RGB (Red+Green+Blue) = 57+51+23=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #393317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393317 is #C6CCE8. Grayscale: #313131. Windows color (decimal): -13028585 or 1520441. OLE color: 1520441.

HSL color Cylindrical-coordinate representation of color #393317: hue angle of 49.41º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393317 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB575123-
CMYK00.110.600.78
HSL49.41º42.5%15.69%-
HSV(B)49.41º59.65%22.35%-
XYZ3.033.31.29-
YUV49.6112.99133.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 23 (9.38% from 255) = 17.56%
R=43.51%
G=38.93%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57512300.110.600.7849.4142.515.69
Hex3933170B3C4E312a10
Octal71632701374116615220
Binary1110011100111011101011111100100111011000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393317; }

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

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

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

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

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

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

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

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