#49533D

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

Shades of Cabbage Pont #49533D

Tints of Cabbage Pont #49533D

Color information

#49533D (or 0x49533D) is unknown color: approx Cabbage Pont. HEX triplet: 49, 53 and 3D. RGB value is (73,83,61). Sum of RGB (Red+Green+Blue) = 73+83+61=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #49533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49533D is #B6ACC2. Grayscale: #4D4D4D. Windows color (decimal): -11971779 or 4019017. OLE color: 4019017.

HSL color Cylindrical-coordinate representation of color #49533D: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49533D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB738361-
CMYK0.1200.270.67
HSL87.27º15.28%28.24%-
HSV(B)87.27º26.51%32.55%-
XYZ6.687.945.6-
YUV77.5118.69124.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=33.64%
G=38.25%
B=28.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383610.1200.270.6787.2715.2828.24
Hex49533DC01B4357f1c
Octal11112375140331031271734
Binary10010011010011111101110001101110000111010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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