Html Css Color HEX #49645D Stromboli

📋 copy color: '#49645D'

red 73 ◦ green 100 ◦ blue 93

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

Shades of Stromboli #49645D

Tints of Stromboli #49645D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 27.44%
G = 37.59%
B = 34.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#49645D (or 0x49645D) is known color: Stromboli. HEX triplet: 49, 64 and 5D. RGB value is (73,100,93). Sum of RGB (Red+Green+Blue) = 73+100+93=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #49645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49645D is #B69BA2. Grayscale: #5B5B5B. Windows color (decimal): -11967395 or 6120521. OLE color: 6120521.

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

Color convert

RGB 73 100 93 -
CMYK 0.27 0 0.07 0.61
HSL 164.44º 0.16% 0.34% -
HSV(B) 164.44º 0.27% 0.39% -
XYZ 9.28 11.32 12.05 -
YUV 91.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 73 100 93 0.27 0 0.07 0.61 164.44 0.16 0.34
Hex 49 64 5D 1B 0 7 3D A4 10 22
Octal 111 144 135 33 0 7 75 244 20 42
Binary 1001001 1100100 1011101 11011 0 111 111101 10100100 10000 100010

Color Harmonies of #49645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49645D

Black with #49645D

Text Example


Text Example

White with #49645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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