Html Css Color HEX #49895C Como

📋 copy color: '#49895C'

red 73 ◦ green 137 ◦ blue 92

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

Shades of Como #49895C

Tints of Como #49895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

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

R = 24.17%
G = 45.36%
B = 30.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#49895C (or 0x49895C) is known color: Como. HEX triplet: 49, 89 and 5C. RGB value is (73,137,92). Sum of RGB (Red+Green+Blue) = 73+137+92=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #49895C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49895C is #B676A3. Grayscale: #707070. Windows color (decimal): -11957924 or 6064457. OLE color: 6064457.

HSL color Cylindrical-coordinate representation of color #49895C: hue angle of 137.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49895C is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 137 92 -
CMYK 0.47 0 0.33 0.46
HSL 137.81º 0.3% 0.41% -
HSV(B) 137.81º 0.47% 0.54% -
XYZ 13.63 20.08 13.28 -
YUV 112.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 73 137 92 0.47 0 0.33 0.46 137.81 0.3 0.41
Hex 49 89 5C 2F 0 21 2E 8A 1E 29
Octal 111 211 134 57 0 41 56 212 36 51
Binary 1001001 10001001 1011100 101111 0 100001 101110 10001010 11110 101001

Color Harmonies of #49895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49895C

Black with #49895C

Text Example


Text Example

White with #49895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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