Html Css Color HEX #49635E Stromboli

📋 copy color: '#49635E'

red 73 ◦ green 99 ◦ blue 94

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

Shades of Stromboli #49635E

Tints of Stromboli #49635E

RGB

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

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

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

R = 27.44%
G = 37.22%
B = 35.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#49635E (or 0x49635E) is known color: Stromboli. HEX triplet: 49, 63 and 5E. RGB value is (73,99,94). Sum of RGB (Red+Green+Blue) = 73+99+94=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #49635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49635E is #B69CA1. Grayscale: #5A5A5A. Windows color (decimal): -11967650 or 6185801. OLE color: 6185801.

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

Color convert

RGB 73 99 94 -
CMYK 0.26 0 0.05 0.61
HSL 168.46º 0.15% 0.34% -
HSV(B) 168.46º 0.26% 0.39% -
XYZ 9.23 11.15 12.26 -
YUV 90.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 73 99 94 0.26 0 0.05 0.61 168.46 0.15 0.34
Hex 49 63 5E 1A 0 5 3D A8 F 22
Octal 111 143 136 32 0 5 75 250 17 42
Binary 1001001 1100011 1011110 11010 0 101 111101 10101000 1111 100010

Color Harmonies of #49635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49635E

Black with #49635E

Text Example


Text Example

White with #49635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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