Html Css Color HEX #3C3726 Graphite

📋 copy color: '#3C3726'

red 60 ◦ green 55 ◦ blue 38

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

Shades of Graphite #3C3726

Tints of Graphite #3C3726

RGB

 RED value IS 60 (23.83% from 255) = 39.22%

 GREEN value IS 55 (21.88% from 255) = 35.95%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 39.22%
G = 35.95%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.76

RGB Variations

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

Color information

#3C3726 (or 0x3C3726) is known color: Graphite. HEX triplet: 3C, 37 and 26. RGB value is (60,55,38). Sum of RGB (Red+Green+Blue) = 60+55+38=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3726 is #C3C8D9. Grayscale: #363636. Windows color (decimal): -12830938 or 2504508. OLE color: 2504508.

HSL color Cylindrical-coordinate representation of color #3C3726: hue angle of 46.36º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C3726 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 55 38 -
CMYK 0 0.08 0.37 0.76
HSL 46.36º 0.22% 0.19% -
HSV(B) 46.36º 0.37% 0.24% -
XYZ 3.58 3.83 2.38 -
YUV 54.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 60 55 38 0 0.08 0.37 0.76 46.36 0.22 0.19
Hex 3C 37 26 0 8 25 4C 2E 16 13
Octal 74 67 46 0 10 45 114 56 26 23
Binary 111100 110111 100110 0 1000 100101 1001100 101110 10110 10011

Color Harmonies of #3C3726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3726

Black with #3C3726

Text Example


Text Example

White with #3C3726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,38); }

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

background-color css

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

 a { background-color: rgb(60,55,38); }

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

border-color css

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

 span { border-color: rgb(60,55,38); }

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