Html Css Color HEX #393620 Graphite

📋 copy color: '#393620'

red 57 ◦ green 54 ◦ blue 32

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

Shades of Graphite #393620

Tints of Graphite #393620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.76%

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

R = 39.86%
G = 37.76%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#393620 (or 0x393620) is known color: Graphite. HEX triplet: 39, 36 and 20. RGB value is (57,54,32). Sum of RGB (Red+Green+Blue) = 57+54+32=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #393620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393620 is #C6C9DF. Grayscale: #343434. Windows color (decimal): -13027808 or 2111033. OLE color: 2111033.

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

Color convert

RGB 57 54 32 -
CMYK 0 0.05 0.44 0.78
HSL 52.8º 0.28% 0.17% -
HSV(B) 52.8º 0.44% 0.22% -
XYZ 3.27 3.61 1.89 -
YUV 52.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 57 54 32 0 0.05 0.44 0.78 52.8 0.28 0.17
Hex 39 36 20 0 5 2C 4E 35 1C 11
Octal 71 66 40 0 5 54 116 65 34 21
Binary 111001 110110 100000 0 101 101100 1001110 110101 11100 10001

Color Harmonies of #393620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393620

Black with #393620

Text Example


Text Example

White with #393620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393620; }

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

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

background-color css

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

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

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

border-color css

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

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

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