#49593F

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

Shades of Cabbage Pont #49593F

Tints of Cabbage Pont #49593F

Color information

#49593F (or 0x49593F) is unknown color: approx Cabbage Pont. HEX triplet: 49, 59 and 3F. RGB value is (73,89,63). Sum of RGB (Red+Green+Blue) = 73+89+63=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #49593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49593F is #B6A6C0. Grayscale: #515151. Windows color (decimal): -11970241 or 4151625. OLE color: 4151625.

HSL color Cylindrical-coordinate representation of color #49593F: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49593F is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB738963-
CMYK0.1800.290.65
HSL96.92º17.11%29.8%-
HSV(B)96.92º29.21%34.9%-
XYZ7.228.926.04-
YUV81.25117.7122.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 63 (25% from 255) = 28%
R=32.44%
G=39.56%
B=28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389630.1800.290.6596.9217.1129.8
Hex49593F1201D4161111e
Octal11113177220351011412136
Binary1001001101100111111110010011101100000111000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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