#393417

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

Shades of Graphite #393417

Tints of Graphite #393417

Color information

#393417 (or 0x393417) is unknown color: approx Graphite. HEX triplet: 39, 34 and 17. RGB value is (57,52,23). Sum of RGB (Red+Green+Blue) = 57+52+23=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #393417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393417 is #C6CBE8. Grayscale: #323232. Windows color (decimal): -13028329 or 1520697. OLE color: 1520697.

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

Color convert

RGB575223-
CMYK00.090.600.78
HSL51.18º42.5%15.69%-
HSV(B)51.18º59.65%22.35%-
XYZ3.073.391.3-
YUV50.19112.66132.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=43.18%
G=39.39%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57522300.090.600.7851.1842.515.69
Hex393417093C4E332a10
Octal71642701174116635220
Binary1110011101001011101001111100100111011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393417; }

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

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

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

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

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

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

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

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