Html Css Color HEX #49645C Stromboli

📋 copy color: '#49645C'

red 73 ◦ green 100 ◦ blue 92

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

Shades of Stromboli #49645C

Tints of Stromboli #49645C

RGB

 RED value IS 73 (28.91% from 255) = 27.55%

 GREEN value IS 100 (39.45% from 255) = 37.74%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 27.55%
G = 37.74%
B = 34.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#49645C (or 0x49645C) is known color: Stromboli. HEX triplet: 49, 64 and 5C. RGB value is (73,100,92). Sum of RGB (Red+Green+Blue) = 73+100+92=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #49645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49645C is #B69BA3. Grayscale: #5B5B5B. Windows color (decimal): -11967396 or 6054985. OLE color: 6054985.

HSL color Cylindrical-coordinate representation of color #49645C: hue angle of 162.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49645C is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 92 -
CMYK 0.27 0 0.08 0.61
HSL 162.22º 0.16% 0.34% -
HSV(B) 162.22º 0.27% 0.39% -
XYZ 9.24 11.3 11.82 -
YUV 91.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 73 100 92 0.27 0 0.08 0.61 162.22 0.16 0.34
Hex 49 64 5C 1B 0 8 3D A2 10 22
Octal 111 144 134 33 0 10 75 242 20 42
Binary 1001001 1100100 1011100 11011 0 1000 111101 10100010 10000 100010

Color Harmonies of #49645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49645C

Black with #49645C

Text Example


Text Example

White with #49645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49645C; }

 p { color: rgb(73,100,92); }

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

background-color css

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

 a { background-color: rgb(73,100,92); }

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

border-color css

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

 span { border-color: rgb(73,100,92); }

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