Html Css Color HEX #3E3A2D Graphite

📋 copy color: '#3E3A2D'

red 62 ◦ green 58 ◦ blue 45

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

Shades of Graphite #3E3A2D

Tints of Graphite #3E3A2D

RGB

 RED value IS 62 (24.61% from 255) = 37.58%

 GREEN value IS 58 (23.05% from 255) = 35.15%

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 37.58%
G = 35.15%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#3E3A2D (or 0x3E3A2D) is known color: Graphite. HEX triplet: 3E, 3A and 2D. RGB value is (62,58,45). Sum of RGB (Red+Green+Blue) = 62+58+45=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3A2D is #C1C5D2. Grayscale: #393939. Windows color (decimal): -12699091 or 2964030. OLE color: 2964030.

HSL color Cylindrical-coordinate representation of color #3E3A2D: hue angle of 45.88º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E3A2D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 58 45 -
CMYK 0 0.06 0.27 0.76
HSL 45.88º 0.16% 0.21% -
HSV(B) 45.88º 0.27% 0.24% -
XYZ 3.97 4.24 3.09 -
YUV 57.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 62 58 45 0 0.06 0.27 0.76 45.88 0.16 0.21
Hex 3E 3A 2D 0 6 1B 4C 2E 10 15
Octal 76 72 55 0 6 33 114 56 20 25
Binary 111110 111010 101101 0 110 11011 1001100 101110 10000 10101

Color Harmonies of #3E3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3A2D

Black with #3E3A2D

Text Example


Text Example

White with #3E3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E3A2D; }

 p { color: rgb(62,58,45); }

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

background-color css

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

 a { background-color: rgb(62,58,45); }

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

border-color css

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

 span { border-color: rgb(62,58,45); }

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