Html Css Color HEX #49675D Stromboli

📋 copy color: '#49675D'

red 73 ◦ green 103 ◦ blue 93

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

Shades of Stromboli #49675D

Tints of Stromboli #49675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.29%

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

R = 27.14%
G = 38.29%
B = 34.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#49675D (or 0x49675D) is known color: Stromboli. HEX triplet: 49, 67 and 5D. RGB value is (73,103,93). Sum of RGB (Red+Green+Blue) = 73+103+93=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #49675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49675D is #B698A2. Grayscale: #5C5C5C. Windows color (decimal): -11966627 or 6121289. OLE color: 6121289.

HSL color Cylindrical-coordinate representation of color #49675D: hue angle of 160º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49675D is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 93 -
CMYK 0.29 0 0.10 0.60
HSL 160º 0.17% 0.35% -
HSV(B) 160º 0.29% 0.4% -
XYZ 9.57 11.91 12.15 -
YUV 92.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 73 103 93 0.29 0 0.10 0.60 160 0.17 0.35
Hex 49 67 5D 1D 0 A 3C A0 11 23
Octal 111 147 135 35 0 12 74 240 21 43
Binary 1001001 1100111 1011101 11101 0 1010 111100 10100000 10001 100011

Color Harmonies of #49675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49675D

Black with #49675D

Text Example


Text Example

White with #49675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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