#393418

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

Shades of Graphite #393418

Tints of Graphite #393418

Color information

#393418 (or 0x393418) is unknown color: approx Graphite. HEX triplet: 39, 34 and 18. RGB value is (57,52,24). Sum of RGB (Red+Green+Blue) = 57+52+24=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #393418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393418 is #C6CBE7. Grayscale: #323232. Windows color (decimal): -13028328 or 1586233. OLE color: 1586233.

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

Color convert

RGB575224-
CMYK00.090.580.78
HSL50.91º40.74%15.88%-
HSV(B)50.91º57.89%22.35%-
XYZ3.083.391.36-
YUV50.3113.16132.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=42.86%
G=39.10%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57522400.090.580.7850.9140.7415.88
Hex393418093A4E332910
Octal71643001172116635120
Binary1110011101001100001001111010100111011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393418; }

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

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

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

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

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

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

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

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