#393514

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

Shades of Graphite #393514

Tints of Graphite #393514

Color information

#393514 (or 0x393514) is unknown color: approx Graphite. HEX triplet: 39, 35 and 14. RGB value is (57,53,20). Sum of RGB (Red+Green+Blue) = 57+53+20=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393514 is #C6CAEB. Grayscale: #323232. Windows color (decimal): -13028076 or 1324345. OLE color: 1324345.

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

Color convert

RGB575320-
CMYK00.070.650.78
HSL53.51º48.05%15.1%-
HSV(B)53.51º64.91%22.35%-
XYZ3.093.471.17-
YUV50.43110.83132.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=43.85%
G=40.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57532000.070.650.7853.5148.0515.1
Hex39351407414E3630f
Octal71652407101116666017
Binary111001110101101000111100000110011101101101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393514; }

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

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

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

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

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

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

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

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