Html Css Color HEX #393520 Graphite

📋 copy color: '#393520'

red 57 ◦ green 53 ◦ blue 32

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

Shades of Graphite #393520

Tints of Graphite #393520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

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

R = 40.14%
G = 37.32%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#393520 (or 0x393520) is known color: Graphite. HEX triplet: 39, 35 and 20. RGB value is (57,53,32). Sum of RGB (Red+Green+Blue) = 57+53+32=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #393520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393520 is #C6CADF. Grayscale: #333333. Windows color (decimal): -13028064 or 2110777. OLE color: 2110777.

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

Color convert

RGB 57 53 32 -
CMYK 0 0.07 0.44 0.78
HSL 50.4º 0.28% 0.17% -
HSV(B) 50.4º 0.44% 0.22% -
XYZ 3.22 3.52 1.88 -
YUV 51.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 57 53 32 0 0.07 0.44 0.78 50.4 0.28 0.17
Hex 39 35 20 0 7 2C 4E 32 1C 11
Octal 71 65 40 0 7 54 116 62 34 21
Binary 111001 110101 100000 0 111 101100 1001110 110010 11100 10001

Color Harmonies of #393520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393520

Black with #393520

Text Example


Text Example

White with #393520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393520; }

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

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

background-color css

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

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

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

border-color css

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

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

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