Html Css Color HEX #393514 Graphite

📋 copy color: '#393514'

red 57 ◦ green 53 ◦ blue 20

#393514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Graphite #393514

Tints of Graphite #393514

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.2% from 255) = 15.38%

R = 43.85%
G = 40.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#393514 (or 0x393514) is known color: 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

RGB 57 53 20 -
CMYK 0 0.07 0.65 0.78
HSL 53.51º 0.48% 0.15% -
HSV(B) 53.51º 0.65% 0.22% -
XYZ 3.09 3.47 1.17 -
YUV 50.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 57 53 20 0 0.07 0.65 0.78 53.51 0.48 0.15
Hex 39 35 14 0 7 41 4E 36 30 F
Octal 71 65 24 0 7 101 116 66 60 17
Binary 111001 110101 10100 0 111 1000001 1001110 110110 110000 1111

Color Harmonies of #393514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393514

Black with #393514

Text Example


Text Example

White with #393514

Text Example


Text Example

HTML Codes & Css Web 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>