Html Css Color HEX #393422 Graphite

📋 copy color: '#393422'

red 57 ◦ green 52 ◦ blue 34

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

Shades of Graphite #393422

Tints of Graphite #393422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.78%

R = 39.86%
G = 36.36%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#393422 (or 0x393422) is known color: Graphite. HEX triplet: 39, 34 and 22. RGB value is (57,52,34). Sum of RGB (Red+Green+Blue) = 57+52+34=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #393422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393422 is #C6CBDD. Grayscale: #333333. Windows color (decimal): -13028318 or 2241593. OLE color: 2241593.

HSL color Cylindrical-coordinate representation of color #393422: hue angle of 46.96º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393422 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 52 34 -
CMYK 0 0.09 0.40 0.78
HSL 46.96º 0.25% 0.18% -
HSV(B) 46.96º 0.4% 0.22% -
XYZ 3.2 3.44 2.01 -
YUV 51.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 57 52 34 0 0.09 0.40 0.78 46.96 0.25 0.18
Hex 39 34 22 0 9 28 4E 2F 19 12
Octal 71 64 42 0 11 50 116 57 31 22
Binary 111001 110100 100010 0 1001 101000 1001110 101111 11001 10010

Color Harmonies of #393422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393422

Black with #393422

Text Example


Text Example

White with #393422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393422; }

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

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

background-color css

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

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

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

border-color css

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

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

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