Html Css Color HEX #393413 Graphite

📋 copy color: '#393413'

red 57 ◦ green 52 ◦ blue 19

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

Shades of Graphite #393413

Tints of Graphite #393413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 44.53%
G = 40.63%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#393413 (or 0x393413) is known color: Graphite. HEX triplet: 39, 34 and 13. RGB value is (57,52,19). Sum of RGB (Red+Green+Blue) = 57+52+19=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #393413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393413 is #C6CBEC. Grayscale: #313131. Windows color (decimal): -13028333 or 1258553. OLE color: 1258553.

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

Color convert

RGB 57 52 19 -
CMYK 0 0.09 0.67 0.78
HSL 52.11º 0.5% 0.15% -
HSV(B) 52.11º 0.67% 0.22% -
XYZ 3.03 3.37 1.11 -
YUV 49.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 57 52 19 0 0.09 0.67 0.78 52.11 0.5 0.15
Hex 39 34 13 0 9 43 4E 34 32 F
Octal 71 64 23 0 11 103 116 64 62 17
Binary 111001 110100 10011 0 1001 1000011 1001110 110100 110010 1111

Color Harmonies of #393413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393413

Black with #393413

Text Example


Text Example

White with #393413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393413; }

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

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

background-color css

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

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

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

border-color css

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

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

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