#49553F

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

Shades of Cabbage Pont #49553F

Tints of Cabbage Pont #49553F

Color information

#49553F (or 0x49553F) is unknown color: approx Cabbage Pont. HEX triplet: 49, 55 and 3F. RGB value is (73,85,63). Sum of RGB (Red+Green+Blue) = 73+85+63=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #49553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553F is #B6AAC0. Grayscale: #4E4E4E. Windows color (decimal): -11971265 or 4150601. OLE color: 4150601.

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

Color convert

RGB738563-
CMYK0.1400.260.67
HSL92.73º14.86%29.02%-
HSV(B)92.73º25.88%33.33%-
XYZ6.898.275.94-
YUV78.9119.02123.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.03%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 63 (25% from 255) = 28.51%
R=33.03%
G=38.46%
B=28.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385630.1400.260.6792.7314.8629.02
Hex49553FE01A435df1d
Octal11112577160321031351735
Binary10010011010101111111111001101010000111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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