#49593D

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

Shades of Cabbage Pont #49593D

Tints of Cabbage Pont #49593D

Color information

#49593D (or 0x49593D) is unknown color: approx Cabbage Pont. HEX triplet: 49, 59 and 3D. RGB value is (73,89,61). Sum of RGB (Red+Green+Blue) = 73+89+61=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #49593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49593D is #B6A6C2. Grayscale: #515151. Windows color (decimal): -11970243 or 4020553. OLE color: 4020553.

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

Color convert

RGB738961-
CMYK0.1800.310.65
HSL94.29º18.67%29.41%-
HSV(B)94.29º31.46%34.9%-
XYZ7.168.95.75-
YUV81.02116.7122.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=32.74%
G=39.91%
B=27.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389610.1800.310.6594.2918.6729.41
Hex49593D1201F415e131d
Octal11113175220371011362335
Binary1001001101100111110110010011111100000110111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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