Html Css Color HEX #49615C Stromboli

📋 copy color: '#49615C'

red 73 ◦ green 97 ◦ blue 92

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

Shades of Stromboli #49615C

Tints of Stromboli #49615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

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

R = 27.86%
G = 37.02%
B = 35.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#49615C (or 0x49615C) is known color: Stromboli. HEX triplet: 49, 61 and 5C. RGB value is (73,97,92). Sum of RGB (Red+Green+Blue) = 73+97+92=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #49615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49615C is #B69EA3. Grayscale: #595959. Windows color (decimal): -11968164 or 6054217. OLE color: 6054217.

HSL color Cylindrical-coordinate representation of color #49615C: hue angle of 167.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49615C is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 92 -
CMYK 0.25 0 0.05 0.62
HSL 167.5º 0.14% 0.33% -
HSV(B) 167.5º 0.25% 0.38% -
XYZ 8.95 10.74 11.73 -
YUV 89.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 73 97 92 0.25 0 0.05 0.62 167.5 0.14 0.33
Hex 49 61 5C 19 0 5 3E A8 E 21
Octal 111 141 134 31 0 5 76 250 16 41
Binary 1001001 1100001 1011100 11001 0 101 111110 10101000 1110 100001

Color Harmonies of #49615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49615C

Black with #49615C

Text Example


Text Example

White with #49615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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