#393412

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

Shades of Graphite #393412

Tints of Graphite #393412

Color information

#393412 (or 0x393412) is unknown color: approx Graphite. HEX triplet: 39, 34 and 12. RGB value is (57,52,18). Sum of RGB (Red+Green+Blue) = 57+52+18=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393412 is #C6CBED. Grayscale: #313131. Windows color (decimal): -13028334 or 1193017. OLE color: 1193017.

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

Color convert

RGB575218-
CMYK00.090.680.78
HSL52.31º52%14.71%-
HSV(B)52.31º68.42%22.35%-
XYZ3.023.371.06-
YUV49.62110.16133.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=44.88%
G=40.94%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57521800.090.680.7852.315214.71
Hex39341209444E3434f
Octal716422011104116646417
Binary1110011101001001001001100010010011101101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393412; }

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

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

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

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

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

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

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

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