#393414

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

Shades of Graphite #393414

Tints of Graphite #393414

Color information

#393414 (or 0x393414) is unknown color: approx Graphite. HEX triplet: 39, 34 and 14. RGB value is (57,52,20). Sum of RGB (Red+Green+Blue) = 57+52+20=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #393414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393414 is #C6CBEB. Grayscale: #313131. Windows color (decimal): -13028332 or 1324089. OLE color: 1324089.

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

Color convert

RGB575220-
CMYK00.090.650.78
HSL51.89º48.05%15.1%-
HSV(B)51.89º64.91%22.35%-
XYZ3.043.381.15-
YUV49.85111.16133.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=44.19%
G=40.31%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57522000.090.650.7851.8948.0515.1
Hex39341409414E3430f
Octal716424011101116646017
Binary1110011101001010001001100000110011101101001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393414; }

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

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

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

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

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

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

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

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