#393516

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

Shades of Graphite #393516

Tints of Graphite #393516

Color information

#393516 (or 0x393516) is unknown color: approx Graphite. HEX triplet: 39, 35 and 16. RGB value is (57,53,22). Sum of RGB (Red+Green+Blue) = 57+53+22=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #393516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393516 is #C6CAE9. Grayscale: #323232. Windows color (decimal): -13028074 or 1455417. OLE color: 1455417.

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

Color convert

RGB575322-
CMYK00.070.610.78
HSL53.14º44.3%15.49%-
HSV(B)53.14º61.4%22.35%-
XYZ3.113.471.27-
YUV50.66111.83132.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=43.18%
G=40.15%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57532200.070.610.7853.1444.315.49
Hex393516073D4E352cf
Octal7165260775116655417
Binary11100111010110110011111110110011101101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393516; }

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

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

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

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

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

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

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

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