Html Css Color HEX #393316 Graphite

📋 copy color: '#393316'

red 57 ◦ green 51 ◦ blue 22

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

Shades of Graphite #393316

Tints of Graphite #393316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.92%

R = 43.85%
G = 39.23%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#393316 (or 0x393316) is known color: Graphite. HEX triplet: 39, 33 and 16. RGB value is (57,51,22). Sum of RGB (Red+Green+Blue) = 57+51+22=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393316 is #C6CCE9. Grayscale: #313131. Windows color (decimal): -13028586 or 1454905. OLE color: 1454905.

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

Color convert

RGB 57 51 22 -
CMYK 0 0.11 0.61 0.78
HSL 49.71º 0.44% 0.15% -
HSV(B) 49.71º 0.61% 0.22% -
XYZ 3.02 3.3 1.24 -
YUV 49.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 57 51 22 0 0.11 0.61 0.78 49.71 0.44 0.15
Hex 39 33 16 0 B 3D 4E 32 2C F
Octal 71 63 26 0 13 75 116 62 54 17
Binary 111001 110011 10110 0 1011 111101 1001110 110010 101100 1111

Color Harmonies of #393316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393316

Black with #393316

Text Example


Text Example

White with #393316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393316; }

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

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

background-color css

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

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

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

border-color css

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

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

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