Html Css Color HEX #49635D Stromboli

📋 copy color: '#49635D'

red 73 ◦ green 99 ◦ blue 93

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

Shades of Stromboli #49635D

Tints of Stromboli #49635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 27.55%
G = 37.36%
B = 35.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#49635D (or 0x49635D) is known color: Stromboli. HEX triplet: 49, 63 and 5D. RGB value is (73,99,93). Sum of RGB (Red+Green+Blue) = 73+99+93=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #49635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49635D is #B69CA2. Grayscale: #5A5A5A. Windows color (decimal): -11967651 or 6120265. OLE color: 6120265.

HSL color Cylindrical-coordinate representation of color #49635D: hue angle of 166.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49635D is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 99 93 -
CMYK 0.26 0 0.06 0.61
HSL 166.15º 0.15% 0.34% -
HSV(B) 166.15º 0.26% 0.39% -
XYZ 9.19 11.13 12.02 -
YUV 90.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 73 99 93 0.26 0 0.06 0.61 166.15 0.15 0.34
Hex 49 63 5D 1A 0 6 3D A6 F 22
Octal 111 143 135 32 0 6 75 246 17 42
Binary 1001001 1100011 1011101 11010 0 110 111101 10100110 1111 100010

Color Harmonies of #49635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49635D

Black with #49635D

Text Example


Text Example

White with #49635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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