Html Css Color HEX #3C3722 Graphite

📋 copy color: '#3C3722'

red 60 ◦ green 55 ◦ blue 34

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

Shades of Graphite #3C3722

Tints of Graphite #3C3722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.82%

R = 40.27%
G = 36.91%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.76

RGB Variations

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

Color information

#3C3722 (or 0x3C3722) is known color: Graphite. HEX triplet: 3C, 37 and 22. RGB value is (60,55,34). Sum of RGB (Red+Green+Blue) = 60+55+34=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3722 is #C3C8DD. Grayscale: #363636. Windows color (decimal): -12830942 or 2242364. OLE color: 2242364.

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

Color convert

RGB 60 55 34 -
CMYK 0 0.08 0.43 0.76
HSL 48.46º 0.28% 0.18% -
HSV(B) 48.46º 0.43% 0.24% -
XYZ 3.52 3.81 2.06 -
YUV 54.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 60 55 34 0 0.08 0.43 0.76 48.46 0.28 0.18
Hex 3C 37 22 0 8 2B 4C 30 1C 12
Octal 74 67 42 0 10 53 114 60 34 22
Binary 111100 110111 100010 0 1000 101011 1001100 110000 11100 10010

Color Harmonies of #3C3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3722

Black with #3C3722

Text Example


Text Example

White with #3C3722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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