Html Css Color HEX #393320 Graphite

📋 copy color: '#393320'

red 57 ◦ green 51 ◦ blue 32

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

Shades of Graphite #393320

Tints of Graphite #393320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.43%

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 40.71%
G = 36.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#393320 (or 0x393320) is known color: Graphite. HEX triplet: 39, 33 and 20. RGB value is (57,51,32). Sum of RGB (Red+Green+Blue) = 57+51+32=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #393320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393320 is #C6CCDF. Grayscale: #323232. Windows color (decimal): -13028576 or 2110265. OLE color: 2110265.

HSL color Cylindrical-coordinate representation of color #393320: hue angle of 45.6º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #393320 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 51 32 -
CMYK 0 0.11 0.44 0.78
HSL 45.6º 0.28% 0.17% -
HSV(B) 45.6º 0.44% 0.22% -
XYZ 3.13 3.34 1.85 -
YUV 50.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 57 51 32 0 0.11 0.44 0.78 45.6 0.28 0.17
Hex 39 33 20 0 B 2C 4E 2E 1C 11
Octal 71 63 40 0 13 54 116 56 34 21
Binary 111001 110011 100000 0 1011 101100 1001110 101110 11100 10001

Color Harmonies of #393320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393320

Black with #393320

Text Example


Text Example

White with #393320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393320; }

 p { color: rgb(57,51,32); }

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

background-color css

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

 a { background-color: rgb(57,51,32); }

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

border-color css

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

 span { border-color: rgb(57,51,32); }

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