Html Css Color HEX #3C3620 Graphite

📋 copy color: '#3C3620'

red 60 ◦ green 54 ◦ blue 32

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

Shades of Graphite #3C3620

Tints of Graphite #3C3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.99%

 BLUE value IS 32 (12.89% from 255) = 21.92%

R = 41.1%
G = 36.99%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#3C3620 (or 0x3C3620) is known color: Graphite. HEX triplet: 3C, 36 and 20. RGB value is (60,54,32). Sum of RGB (Red+Green+Blue) = 60+54+32=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3620 is #C3C9DF. Grayscale: #353535. Windows color (decimal): -12831200 or 2111036. OLE color: 2111036.

HSL color Cylindrical-coordinate representation of color #3C3620: hue angle of 47.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C3620 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 54 32 -
CMYK 0 0.10 0.47 0.76
HSL 47.14º 0.3% 0.18% -
HSV(B) 47.14º 0.47% 0.24% -
XYZ 3.44 3.7 1.9 -
YUV 53.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 60 54 32 0 0.10 0.47 0.76 47.14 0.3 0.18
Hex 3C 36 20 0 A 2F 4C 2F 1E 12
Octal 74 66 40 0 12 57 114 57 36 22
Binary 111100 110110 100000 0 1010 101111 1001100 101111 11110 10010

Color Harmonies of #3C3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3620

Black with #3C3620

Text Example


Text Example

White with #3C3620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,32); }

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

background-color css

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

 a { background-color: rgb(60,54,32); }

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

border-color css

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

 span { border-color: rgb(60,54,32); }

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