#49553E

Color #49553E Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #49553E

Tints of Cabbage Pont #49553E

Color information

#49553E (or 0x49553E) is unknown color: approx Cabbage Pont. HEX triplet: 49, 55 and 3E. RGB value is (73,85,62). Sum of RGB (Red+Green+Blue) = 73+85+62=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #49553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553E is #B6AAC1. Grayscale: #4E4E4E. Windows color (decimal): -11971266 or 4085065. OLE color: 4085065.

HSL color Cylindrical-coordinate representation of color #49553E: hue angle of 91.3º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49553E is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB738562-
CMYK0.1400.270.67
HSL91.3º15.65%28.82%-
HSV(B)91.3º27.06%33.33%-
XYZ6.878.265.79-
YUV78.79118.52123.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=33.18%
G=38.64%
B=28.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385620.1400.270.6791.315.6528.82
Hex49553EE01B435b101d
Octal11112576160331031332035
Binary100100110101011111101110011011100001110110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,85,62); }

 H1.HeaderClassName
 {
   color: #49553E;
 }
 .AnyTagClassName
 {
   color: #49553E;
 }
</style>
background-color css

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

 a { background-color: rgb(73,85,62); }

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

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

 span { border-color: rgb(73,85,62); }

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