Html Css Color HEX #49645B Stromboli

📋 copy color: '#49645B'

red 73 ◦ green 100 ◦ blue 91

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

Shades of Stromboli #49645B

Tints of Stromboli #49645B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 27.65%
G = 37.88%
B = 34.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#49645B (or 0x49645B) is known color: Stromboli. HEX triplet: 49, 64 and 5B. RGB value is (73,100,91). Sum of RGB (Red+Green+Blue) = 73+100+91=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #49645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49645B is #B69BA4. Grayscale: #5A5A5A. Windows color (decimal): -11967397 or 5989449. OLE color: 5989449.

HSL color Cylindrical-coordinate representation of color #49645B: hue angle of 160º 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 #49645B is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 91 -
CMYK 0.27 0 0.09 0.61
HSL 160º 0.16% 0.34% -
HSV(B) 160º 0.27% 0.39% -
XYZ 9.19 11.29 11.59 -
YUV 90.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 73 100 91 0.27 0 0.09 0.61 160 0.16 0.34
Hex 49 64 5B 1B 0 9 3D A0 10 22
Octal 111 144 133 33 0 11 75 240 20 42
Binary 1001001 1100100 1011011 11011 0 1001 111101 10100000 10000 100010

Color Harmonies of #49645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49645B

Black with #49645B

Text Example


Text Example

White with #49645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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