Html Css Color HEX #393414 Graphite

📋 copy color: '#393414'

red 57 ◦ green 52 ◦ blue 20

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

Shades of Graphite #393414

Tints of Graphite #393414

RGB

 RED value IS 57 (22.66% from 255) = 44.19%

 GREEN value IS 52 (20.7% from 255) = 40.31%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 44.19%
G = 40.31%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#393414 (or 0x393414) is known color: Graphite. HEX triplet: 39, 34 and 14. RGB value is (57,52,20). Sum of RGB (Red+Green+Blue) = 57+52+20=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 57 - color contains mainly: red. Hex color #393414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393414 is #C6CBEB. Grayscale: #313131. Windows color (decimal): -13028332 or 1324089. OLE color: 1324089.

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

Color convert

RGB 57 52 20 -
CMYK 0 0.09 0.65 0.78
HSL 51.89º 0.48% 0.15% -
HSV(B) 51.89º 0.65% 0.22% -
XYZ 3.04 3.38 1.15 -
YUV 49.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 57 52 20 0 0.09 0.65 0.78 51.89 0.48 0.15
Hex 39 34 14 0 9 41 4E 34 30 F
Octal 71 64 24 0 11 101 116 64 60 17
Binary 111001 110100 10100 0 1001 1000001 1001110 110100 110000 1111

Color Harmonies of #393414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393414

Black with #393414

Text Example


Text Example

White with #393414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393414; }

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

 H1.HeaderClassName
 {
   color: #393414;
 }
 .AnyTagClassName
 {
   color: #393414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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