Html Css Color HEX #393418 Graphite

📋 copy color: '#393418'

red 57 ◦ green 52 ◦ blue 24

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

Shades of Graphite #393418

Tints of Graphite #393418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 42.86%
G = 39.1%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#393418 (or 0x393418) is known color: Graphite. HEX triplet: 39, 34 and 18. RGB value is (57,52,24). Sum of RGB (Red+Green+Blue) = 57+52+24=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #393418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393418 is #C6CBE7. Grayscale: #323232. Windows color (decimal): -13028328 or 1586233. OLE color: 1586233.

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

Color convert

RGB 57 52 24 -
CMYK 0 0.09 0.58 0.78
HSL 50.91º 0.41% 0.16% -
HSV(B) 50.91º 0.58% 0.22% -
XYZ 3.08 3.39 1.36 -
YUV 50.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 57 52 24 0 0.09 0.58 0.78 50.91 0.41 0.16
Hex 39 34 18 0 9 3A 4E 33 29 10
Octal 71 64 30 0 11 72 116 63 51 20
Binary 111001 110100 11000 0 1001 111010 1001110 110011 101001 10000

Color Harmonies of #393418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393418

Black with #393418

Text Example


Text Example

White with #393418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393418; }

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

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

background-color css

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

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

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

border-color css

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

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

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