Html Css Color HEX #393412 Graphite

📋 copy color: '#393412'

red 57 ◦ green 52 ◦ blue 18

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

Shades of Graphite #393412

Tints of Graphite #393412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.17%

R = 44.88%
G = 40.94%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#393412 (or 0x393412) is known color: Graphite. HEX triplet: 39, 34 and 12. RGB value is (57,52,18). Sum of RGB (Red+Green+Blue) = 57+52+18=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #393412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393412 is #C6CBED. Grayscale: #313131. Windows color (decimal): -13028334 or 1193017. OLE color: 1193017.

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

Color convert

RGB 57 52 18 -
CMYK 0 0.09 0.68 0.78
HSL 52.31º 0.52% 0.15% -
HSV(B) 52.31º 0.68% 0.22% -
XYZ 3.02 3.37 1.06 -
YUV 49.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 57 52 18 0 0.09 0.68 0.78 52.31 0.52 0.15
Hex 39 34 12 0 9 44 4E 34 34 F
Octal 71 64 22 0 11 104 116 64 64 17
Binary 111001 110100 10010 0 1001 1000100 1001110 110100 110100 1111

Color Harmonies of #393412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393412

Black with #393412

Text Example


Text Example

White with #393412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393412; }

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

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

background-color css

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

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

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

border-color css

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

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

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