#393619

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

Shades of Graphite #393619

Tints of Graphite #393619

Color information

#393619 (or 0x393619) is unknown color: approx Graphite. HEX triplet: 39, 36 and 19. RGB value is (57,54,25). Sum of RGB (Red+Green+Blue) = 57+54+25=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #393619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393619 is #C6C9E6. Grayscale: #333333. Windows color (decimal): -13027815 or 1652281. OLE color: 1652281.

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

Color convert

RGB575425-
CMYK00.050.560.78
HSL54.38º39.02%16.08%-
HSV(B)54.38º56.14%22.35%-
XYZ3.183.581.44-
YUV51.59112.99131.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 54 (21.48% from 255) = 39.71%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=41.91%
G=39.71%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57542500.050.560.7854.3839.0216.08
Hex39361905384E362710
Octal7166310570116664720
Binary111001110110110010101111000100111011011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393619; }

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

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

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

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

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

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

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

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