Html Css Color HEX #393415 Graphite

📋 copy color: '#393415'

red 57 ◦ green 52 ◦ blue 21

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

Shades of Graphite #393415

Tints of Graphite #393415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 43.85%
G = 40%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#393415 (or 0x393415) is known color: Graphite. HEX triplet: 39, 34 and 15. RGB value is (57,52,21). Sum of RGB (Red+Green+Blue) = 57+52+21=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #393415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393415 is #C6CBEA. Grayscale: #323232. Windows color (decimal): -13028331 or 1389625. OLE color: 1389625.

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

Color convert

RGB 57 52 21 -
CMYK 0 0.09 0.63 0.78
HSL 51.67º 0.46% 0.15% -
HSV(B) 51.67º 0.63% 0.22% -
XYZ 3.05 3.38 1.2 -
YUV 49.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 57 52 21 0 0.09 0.63 0.78 51.67 0.46 0.15
Hex 39 34 15 0 9 3F 4E 34 2E F
Octal 71 64 25 0 11 77 116 64 56 17
Binary 111001 110100 10101 0 1001 111111 1001110 110100 101110 1111

Color Harmonies of #393415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393415

Black with #393415

Text Example


Text Example

White with #393415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393415; }

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

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

background-color css

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

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

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

border-color css

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

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

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