#393415

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

Shades of Graphite #393415

Tints of Graphite #393415

Color information

#393415 (or 0x393415) is unknown color: approx Graphite. HEX triplet: 39, 34 and 15. RGB value is (57,52,21). Sum of RGB (Red+Green+Blue) = 57+52+21=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393415 is #C6CBEA. Grayscale: #323232. Windows color (decimal): -13028331 or 1389625. OLE color: 1389625.

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

Color convert

RGB575221-
CMYK00.090.630.78
HSL51.67º46.15%15.29%-
HSV(B)51.67º63.16%22.35%-
XYZ3.053.381.2-
YUV49.96111.66133.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=43.85%
G=40%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57522100.090.630.7851.6746.1515.29
Hex393415093F4E342ef
Octal71642501177116645617
Binary111001110100101010100111111110011101101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393415; }

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

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

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

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

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

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

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

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