#393519

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

Shades of Graphite #393519

Tints of Graphite #393519

Color information

#393519 (or 0x393519) is unknown color: approx Graphite. HEX triplet: 39, 35 and 19. RGB value is (57,53,25). Sum of RGB (Red+Green+Blue) = 57+53+25=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #393519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393519 is #C6CAE6. Grayscale: #333333. Windows color (decimal): -13028071 or 1652025. OLE color: 1652025.

HSL color Cylindrical-coordinate representation of color #393519: hue angle of 52.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393519 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB575325-
CMYK00.070.560.78
HSL52.5º39.02%16.08%-
HSV(B)52.5º56.14%22.35%-
XYZ3.143.491.43-
YUV51113.33132.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=42.22%
G=39.26%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57532500.070.560.7852.539.0216.08
Hex39351907384E342710
Octal7165310770116644720
Binary111001110101110010111111000100111011010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393519; }

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

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

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

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

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

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

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

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