Html Css Color HEX #49645E Stromboli

📋 copy color: '#49645E'

red 73 ◦ green 100 ◦ blue 94

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

Shades of Stromboli #49645E

Tints of Stromboli #49645E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 27.34%
G = 37.45%
B = 35.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#49645E (or 0x49645E) is known color: Stromboli. HEX triplet: 49, 64 and 5E. RGB value is (73,100,94). Sum of RGB (Red+Green+Blue) = 73+100+94=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 100 - color contains mainly: green. Hex color #49645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49645E is #B69BA1. Grayscale: #5B5B5B. Windows color (decimal): -11967394 or 6186057. OLE color: 6186057.

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

Color convert

RGB 73 100 94 -
CMYK 0.27 0 0.06 0.61
HSL 166.67º 0.16% 0.34% -
HSV(B) 166.67º 0.27% 0.39% -
XYZ 9.33 11.34 12.29 -
YUV 91.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 73 100 94 0.27 0 0.06 0.61 166.67 0.16 0.34
Hex 49 64 5E 1B 0 6 3D A7 10 22
Octal 111 144 136 33 0 6 75 247 20 42
Binary 1001001 1100100 1011110 11011 0 110 111101 10100111 10000 100010

Color Harmonies of #49645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49645E

Black with #49645E

Text Example


Text Example

White with #49645E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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